#4E7ED3

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

Shades of Havelock Blue #4E7ED3

Tints of Havelock Blue #4E7ED3

Color information

#4E7ED3 (or 0x4E7ED3) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7E and D3. RGB value is (78,126,211). Sum of RGB (Red+Green+Blue) = 78+126+211=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #4E7ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7ED3 is #B1812C. Grayscale: #787878. Windows color (decimal): -11632941 or 13860430. OLE color: 13860430.

HSL color Cylindrical-coordinate representation of color #4E7ED3: hue angle of 218.35º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E7ED3 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB78126211-
CMYK0.630.4000.17
HSL218.35º60.18%56.67%-
HSV(B)218.35º63.03%82.75%-
XYZ22.3621.2464.55-
YUV121.34178.697.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.80%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 211 (82.81% from 255) = 50.84%
R=18.80%
G=30.36%
B=50.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal781262110.630.4000.17218.3560.1856.67
Hex4E7ED33F28011da3c39
Octal11617632377500213327471
Binary100111011111101101001111111110100001000111011010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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