#4C7FD9

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

Shades of Havelock Blue #4C7FD9

Tints of Havelock Blue #4C7FD9

Color information

#4C7FD9 (or 0x4C7FD9) is unknown color: approx Havelock Blue. HEX triplet: 4C, 7F and D9. RGB value is (76,127,217). Sum of RGB (Red+Green+Blue) = 76+127+217=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #4C7FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FD9 is #B38026. Grayscale: #797979. Windows color (decimal): -11763751 or 14253900. OLE color: 14253900.

HSL color Cylindrical-coordinate representation of color #4C7FD9: hue angle of 218.3º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C7FD9 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB76127217-
CMYK0.650.4100.15
HSL218.3º64.98%57.45%-
HSV(B)218.3º64.98%85.1%-
XYZ23.0921.7268.62-
YUV122.01181.695.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.10%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 217 (85.16% from 255) = 51.67%
R=18.10%
G=30.24%
B=51.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal761272170.650.4100.15218.364.9857.45
Hex4C7FD941290Fda4139
Octal1141773311015101733210171
Binary1001100111111111011001100000110100101111110110101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C7FD9; }

 p { color: rgb(76,127,217); }

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

<style>
 a { background-color: #4C7FD9; }

 a { background-color: rgb(76,127,217); }

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

<style>
 span { border-color: #4C7FD9; }

 span { border-color: rgb(76,127,217); }

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