#4E7FC0

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

Shades of Havelock Blue #4E7FC0

Tints of Havelock Blue #4E7FC0

Color information

#4E7FC0 (or 0x4E7FC0) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7F and C0. RGB value is (78,127,192). Sum of RGB (Red+Green+Blue) = 78+127+192=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E7FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7FC0 is #B1803F. Grayscale: #777777. Windows color (decimal): -11632704 or 12615502. OLE color: 12615502.

HSL color Cylindrical-coordinate representation of color #4E7FC0: hue angle of 214.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E7FC0 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78127192-
CMYK0.590.3400.25
HSL214.21º47.5%52.94%-
HSV(B)214.21º59.38%75.29%-
XYZ20.2520.652.78-
YUV119.76168.7798.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.65%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=19.65%
G=31.99%
B=48.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781271920.590.3400.25214.2147.552.94
Hex4E7FC03B22019d63035
Octal11617730073420313266065
Binary100111011111111100000011101110001001100111010110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,127,192); }

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

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

 a { background-color: rgb(78,127,192); }

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

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

 span { border-color: rgb(78,127,192); }

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