#4866A1

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

Shades of Mariner #4866A1

Tints of Mariner #4866A1

Color information

#4866A1 (or 0x4866A1) is unknown color: approx Mariner. HEX triplet: 48, 66 and A1. RGB value is (72,102,161). Sum of RGB (Red+Green+Blue) = 72+102+161=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #4866A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4866A1 is #B7995E. Grayscale: #636363. Windows color (decimal): -12032351 or 10577480. OLE color: 10577480.

HSL color Cylindrical-coordinate representation of color #4866A1: hue angle of 219.78º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4866A1 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB72102161-
CMYK0.550.3700.37
HSL219.78º38.2%45.69%-
HSV(B)219.78º55.28%63.14%-
XYZ13.8613.4535.58-
YUV99.76162.56108.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 161 (63.28% from 255) = 48.06%
R=21.49%
G=30.45%
B=48.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721021610.550.3700.37219.7838.245.69
Hex4866A13725025dc262e
Octal11014624167450453344656
Binary1001000110011010100001110111100101010010111011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4866A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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