#4875CD

Color #4875CD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4875CD

Tints of Havelock Blue #4875CD

Color information

#4875CD (or 0x4875CD) is unknown color: approx Havelock Blue. HEX triplet: 48, 75 and CD. RGB value is (72,117,205). Sum of RGB (Red+Green+Blue) = 72+117+205=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #4875CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875CD is #B78A32. Grayscale: #717171. Windows color (decimal): -12028467 or 13464904. OLE color: 13464904.

HSL color Cylindrical-coordinate representation of color #4875CD: hue angle of 219.7º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4875CD is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72117205-
CMYK0.650.4300.20
HSL219.7º57.08%54.31%-
HSV(B)219.7º64.88%80.39%-
XYZ20.0518.5160.27-
YUV113.58179.5998.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 205 (80.47% from 255) = 52.03%
R=18.27%
G=29.70%
B=52.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721172050.650.4300.20219.757.0854.31
Hex4875CD412B014dc3936
Octal110165315101530243347166
Binary1001000111010111001101100000110101101010011011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4875CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4875CD; }

 p { color: rgb(72,117,205); }

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

<style>
 a { background-color: #4875CD; }

 a { background-color: rgb(72,117,205); }

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

<style>
 span { border-color: #4875CD; }

 span { border-color: rgb(72,117,205); }

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