#4C7ECA

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

Shades of Havelock Blue #4C7ECA

Tints of Havelock Blue #4C7ECA

Color information

#4C7ECA (or 0x4C7ECA) is unknown color: approx Havelock Blue. HEX triplet: 4C, 7E and CA. RGB value is (76,126,202). Sum of RGB (Red+Green+Blue) = 76+126+202=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C7ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7ECA is #B38135. Grayscale: #777777. Windows color (decimal): -11764022 or 13270604. OLE color: 13270604.

HSL color Cylindrical-coordinate representation of color #4C7ECA: hue angle of 216.19º 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 #4C7ECA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB76126202-
CMYK0.620.3800.21
HSL216.19º54.31%54.51%-
HSV(B)216.19º62.38%79.22%-
XYZ21.120.7258.76-
YUV119.71174.4496.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.81%
GREEN value IS 126 (49.61% from 255) = 31.19%
BLUE value IS 202 (79.30% from 255) = 50%
R=18.81%
G=31.19%
B=50%

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
Decimal761262020.620.3800.21216.1954.3154.51
Hex4C7ECA3E26015d83637
Octal11417631276460253306667
Binary100110011111101100101011111010011001010111011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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