#4e7cd5

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

Shades of Havelock Blue #4E7CD5

Tints of Havelock Blue #4E7CD5

Color information

#4E7CD5 (or 0x4E7CD5) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7C and D5. RGB value is (78,124,213). Sum of RGB (Red+Green+Blue) = 78+124+213=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #4E7CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7CD5 is #B1832A. Grayscale: #777777. Windows color (decimal): -11633451 or 13990990. OLE color: 13990990.

HSL color Cylindrical-coordinate representation of color #4E7CD5: hue angle of 219.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E7CD5 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB78124213-
CMYK0.630.4200.16
HSL219.56º61.64%57.06%-
HSV(B)219.56º63.38%83.53%-
XYZ22.3620.8465.79-
YUV120.39180.2697.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.80%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 213 (83.59% from 255) = 51.33%
R=18.80%
G=29.88%
B=51.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal781242130.630.4200.16219.5661.6457.06
Hex4E7CD53F2A010dc3e39
Octal11617432577520203347671
Binary100111011111001101010111111110101001000011011100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e7cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,124,213); }

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

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

 a { background-color: rgb(78,124,213); }

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

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

 span { border-color: rgb(78,124,213); }

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