#4466AA

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

Shades of Mariner #4466AA

Tints of Mariner #4466AA

Color information

#4466AA (or 0x4466AA) is unknown color: approx Mariner. HEX triplet: 44, 66 and AA. RGB value is (68,102,170). Sum of RGB (Red+Green+Blue) = 68+102+170=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #4466AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4466AA is #BB9955. Grayscale: #636363. Windows color (decimal): -12294486 or 11167300. OLE color: 11167300.

HSL color Cylindrical-coordinate representation of color #4466AA: hue angle of 220º 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 #4466AA is Cyan = 0.6, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68102170-
CMYK0.60.400.33
HSL220º42.86%46.67%-
HSV(B)220º60%66.67%-
XYZ14.3913.6339.9-
YUV99.59167.74105.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 170 (66.80% from 255) = 50%
R=20%
G=30%
B=50%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681021700.60.400.3322042.8646.67
Hex4466AA3C28021dc2b2f
Octal10414625274500413345357
Binary1000100110011010101010111100101000010000111011100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4466AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4466AA; }

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

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

<style>
 a { background-color: #4466AA; }

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

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

<style>
 span { border-color: #4466AA; }

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

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