#4468AD

Color #4468AD Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #4468AD

Tints of Mariner #4468AD

Color information

#4468AD (or 0x4468AD) is unknown color: approx Mariner. HEX triplet: 44, 68 and AD. RGB value is (68,104,173). Sum of RGB (Red+Green+Blue) = 68+104+173=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #4468AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4468AD is #BB9752. Grayscale: #646464. Windows color (decimal): -12293971 or 11364420. OLE color: 11364420.

HSL color Cylindrical-coordinate representation of color #4468AD: hue angle of 219.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4468AD is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68104173-
CMYK0.610.4000.32
HSL219.43º43.57%47.25%-
HSV(B)219.43º60.69%67.84%-
XYZ14.8814.1541.48-
YUV101.1168.57104.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=19.71%
G=30.14%
B=50.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681041730.610.4000.32219.4343.5747.25
Hex4468AD3D28020db2c2f
Octal10415025575500403335457
Binary1000100110100010101101111101101000010000011011011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4468AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4468AD; }

 p { color: rgb(68,104,173); }

 H1.HeaderClassName
 {
   color: #4468AD;
 }
 .AnyTagClassName
 {
   color: #4468AD;
 }
</style>
background-color css

<style>
 a { background-color: #4468AD; }

 a { background-color: rgb(68,104,173); }

 div.DivClassName
 {
   background-color: #4468AD;
 }
 .BgClassName
 {
   background-color: #4468AD;
 }
</style>
border-color css

<style>
 span { border-color: #4468AD; }

 span { border-color: rgb(68,104,173); }

 td.TdClassName
 {
   border-color: #4468AD;
 }
 .TagClassName
 {
   border-color: #4468AD;
 }
</style>