#4E78CD

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

Shades of Havelock Blue #4E78CD

Tints of Havelock Blue #4E78CD

Color information

#4E78CD (or 0x4E78CD) is unknown color: approx Havelock Blue. HEX triplet: 4E, 78 and CD. RGB value is (78,120,205). Sum of RGB (Red+Green+Blue) = 78+120+205=403 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.35% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E78CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E78CD is #B18732. Grayscale: #747474. Windows color (decimal): -11634483 or 13465678. OLE color: 13465678.

HSL color Cylindrical-coordinate representation of color #4E78CD: hue angle of 220.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E78CD is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78120205-
CMYK0.620.4100.20
HSL220.16º55.95%55.49%-
HSV(B)220.16º61.95%80.39%-
XYZ20.8819.4660.41-
YUV117.13177.59100.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.35%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=19.35%
G=29.78%
B=50.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781202050.620.4100.20220.1655.9555.49
Hex4E78CD3E29014dc3837
Octal11617031576510243347067
Binary100111011110001100110111111010100101010011011100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E78CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,120,205); }

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

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

 a { background-color: rgb(78,120,205); }

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

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

 span { border-color: rgb(78,120,205); }

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