#4966AA

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

Shades of Mariner #4966AA

Tints of Mariner #4966AA

Color information

#4966AA (or 0x4966AA) is unknown color: approx Mariner. HEX triplet: 49, 66 and AA. RGB value is (73,102,170). Sum of RGB (Red+Green+Blue) = 73+102+170=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #4966AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4966AA is #B69955. Grayscale: #646464. Windows color (decimal): -11966806 or 11167305. OLE color: 11167305.

HSL color Cylindrical-coordinate representation of color #4966AA: hue angle of 222.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4966AA is Cyan = 0.57, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73102170-
CMYK0.570.400.33
HSL222.06º39.92%47.65%-
HSV(B)222.06º57.06%66.67%-
XYZ14.7513.8239.92-
YUV101.08166.89107.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=21.16%
G=29.57%
B=49.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731021700.570.400.33222.0639.9247.65
Hex4966AA3928021de2830
Octal11114625271500413365060
Binary1001001110011010101010111001101000010000111011110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4966AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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