#4C7DCA

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

Shades of Havelock Blue #4C7DCA

Tints of Havelock Blue #4C7DCA

Color information

#4C7DCA (or 0x4C7DCA) is unknown color: approx Havelock Blue. HEX triplet: 4C, 7D and CA. RGB value is (76,125,202). Sum of RGB (Red+Green+Blue) = 76+125+202=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C7DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7DCA is #B38235. Grayscale: #767676. Windows color (decimal): -11764278 or 13270348. OLE color: 13270348.

HSL color Cylindrical-coordinate representation of color #4C7DCA: hue angle of 216.67º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C7DCA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB76125202-
CMYK0.620.3800.21
HSL216.67º54.31%54.51%-
HSV(B)216.67º62.38%79.22%-
XYZ20.9720.4758.72-
YUV119.13174.7797.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.86%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=18.86%
G=31.02%
B=50.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761252020.620.3800.21216.6754.3154.51
Hex4C7DCA3E26015d93637
Octal11417531276460253316667
Binary100110011111011100101011111010011001010111011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,125,202); }

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

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

 a { background-color: rgb(76,125,202); }

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

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

 span { border-color: rgb(76,125,202); }

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