#4E7EC2

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

Shades of Havelock Blue #4E7EC2

Tints of Havelock Blue #4E7EC2

Color information

#4E7EC2 (or 0x4E7EC2) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7E and C2. RGB value is (78,126,194). Sum of RGB (Red+Green+Blue) = 78+126+194=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #4E7EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7EC2 is #B1813D. Grayscale: #777777. Windows color (decimal): -11632958 or 12746318. OLE color: 12746318.

HSL color Cylindrical-coordinate representation of color #4E7EC2: hue angle of 215.17º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E7EC2 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB78126194-
CMYK0.600.3500.24
HSL215.17º48.74%53.33%-
HSV(B)215.17º59.79%76.08%-
XYZ20.3420.4453.91-
YUV119.4170.198.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.60%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 194 (76.17% from 255) = 48.74%
R=19.60%
G=31.66%
B=48.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781261940.600.3500.24215.1748.7453.33
Hex4E7EC23C23018d73135
Octal11617630274430303276165
Binary100111011111101100001011110010001101100011010111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,126,194); }

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

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

 a { background-color: rgb(78,126,194); }

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

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

 span { border-color: rgb(78,126,194); }

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