#4E78BE

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

Shades of Havelock Blue #4E78BE

Tints of Havelock Blue #4E78BE

Color information

#4E78BE (or 0x4E78BE) is unknown color: approx Havelock Blue. HEX triplet: 4E, 78 and BE. RGB value is (78,120,190). Sum of RGB (Red+Green+Blue) = 78+120+190=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E78BE is #B18741. Grayscale: #737373. Windows color (decimal): -11634498 or 12482638. OLE color: 12482638.

HSL color Cylindrical-coordinate representation of color #4E78BE: hue angle of 217.5º degrees, saturation: 0.46, 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 #4E78BE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78120190-
CMYK0.590.3700.25
HSL217.5º46.28%52.55%-
HSV(B)217.5º58.95%74.51%-
XYZ19.1518.7751.33-
YUV115.42170.09101.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.10%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=20.10%
G=30.93%
B=48.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781201900.590.3700.25217.546.2852.55
Hex4E78BE3B25019da2e35
Octal11617027673450313325665
Binary100111011110001011111011101110010101100111011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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