#4468aa

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

Shades of Mariner #4468AA

Tints of Mariner #4468AA

Color information

#4468AA (or 0x4468AA) is unknown color: approx Mariner. HEX triplet: 44, 68 and AA. RGB value is (68,104,170). Sum of RGB (Red+Green+Blue) = 68+104+170=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #4468AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4468AA is #BB9755. Grayscale: #646464. Windows color (decimal): -12293974 or 11167812. OLE color: 11167812.

HSL color Cylindrical-coordinate representation of color #4468AA: hue angle of 218.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4468AA is Cyan = 0.6, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68104170-
CMYK0.60.3900.33
HSL218.82º42.86%46.67%-
HSV(B)218.82º60%66.67%-
XYZ14.5914.0339.97-
YUV100.76167.07104.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=19.88%
G=30.41%
B=49.71%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681041700.60.3900.33218.8242.8646.67
Hex4468AA3C27021db2b2f
Octal10415025274470413335357
Binary1000100110100010101010111100100111010000111011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4468aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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