#4C7FCE

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

Shades of Havelock Blue #4C7FCE

Tints of Havelock Blue #4C7FCE

Color information

#4C7FCE (or 0x4C7FCE) is unknown color: approx Havelock Blue. HEX triplet: 4C, 7F and CE. RGB value is (76,127,206). Sum of RGB (Red+Green+Blue) = 76+127+206=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C7FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FCE is #B38031. Grayscale: #787878. Windows color (decimal): -11763762 or 13533004. OLE color: 13533004.

HSL color Cylindrical-coordinate representation of color #4C7FCE: hue angle of 216.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C7FCE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB76127206-
CMYK0.630.3800.19
HSL216.46º57.02%55.29%-
HSV(B)216.46º63.11%80.78%-
XYZ21.7121.1761.33-
YUV120.76176.196.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.58%
GREEN value IS 127 (50% from 255) = 31.05%
BLUE value IS 206 (80.86% from 255) = 50.37%
R=18.58%
G=31.05%
B=50.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal761272060.630.3800.19216.4657.0255.29
Hex4C7FCE3F26013d83937
Octal11417731677460233307167
Binary100110011111111100111011111110011001001111011000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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