#4866AB

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

Shades of Mariner #4866AB

Tints of Mariner #4866AB

Color information

#4866AB (or 0x4866AB) is unknown color: approx Mariner. HEX triplet: 48, 66 and AB. RGB value is (72,102,171). Sum of RGB (Red+Green+Blue) = 72+102+171=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #4866AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4866AB is #B79954. Grayscale: #646464. Windows color (decimal): -12032341 or 11232840. OLE color: 11232840.

HSL color Cylindrical-coordinate representation of color #4866AB: hue angle of 221.82º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4866AB is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72102171-
CMYK0.580.4000.33
HSL221.82º40.74%47.65%-
HSV(B)221.82º57.89%67.06%-
XYZ14.7713.8240.42-
YUV100.9167.56107.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=20.87%
G=29.57%
B=49.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721021710.580.4000.33221.8240.7447.65
Hex4866AB3A28021de2930
Octal11014625372500413365160
Binary1001000110011010101011111010101000010000111011110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4866AB; }

 p { color: rgb(72,102,171); }

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

<style>
 a { background-color: #4866AB; }

 a { background-color: rgb(72,102,171); }

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

<style>
 span { border-color: #4866AB; }

 span { border-color: rgb(72,102,171); }

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