#4C7FCA

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

Shades of Havelock Blue #4C7FCA

Tints of Havelock Blue #4C7FCA

Color information

#4C7FCA (or 0x4C7FCA) is unknown color: approx Havelock Blue. HEX triplet: 4C, 7F and CA. RGB value is (76,127,202). Sum of RGB (Red+Green+Blue) = 76+127+202=405 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.77% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C7FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FCA is #B38035. Grayscale: #777777. Windows color (decimal): -11763766 or 13270860. OLE color: 13270860.

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

Color convert

RGB76127202-
CMYK0.620.3700.21
HSL215.71º54.31%54.51%-
HSV(B)215.71º62.38%79.22%-
XYZ21.2320.9858.81-
YUV120.3174.196.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.77%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 202 (79.30% from 255) = 49.88%
R=18.77%
G=31.36%
B=49.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761272020.620.3700.21215.7154.3154.51
Hex4C7FCA3E25015d83637
Octal11417731276450253306667
Binary100110011111111100101011111010010101010111011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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