#4866AD

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

Shades of Mariner #4866AD

Tints of Mariner #4866AD

Color information

#4866AD (or 0x4866AD) is unknown color: approx Mariner. HEX triplet: 48, 66 and AD. RGB value is (72,102,173). Sum of RGB (Red+Green+Blue) = 72+102+173=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #4866AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4866AD is #B79952. Grayscale: #646464. Windows color (decimal): -12032339 or 11363912. OLE color: 11363912.

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

Color convert

RGB72102173-
CMYK0.580.4100.32
HSL222.18º41.22%48.04%-
HSV(B)222.18º58.38%67.84%-
XYZ14.9713.941.43-
YUV101.12168.56107.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=20.75%
G=29.39%
B=49.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721021730.580.4100.32222.1841.2248.04
Hex4866AD3A29020de2930
Octal11014625572510403365160
Binary1001000110011010101101111010101001010000011011110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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