#4E79BE

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

Shades of Havelock Blue #4E79BE

Tints of Havelock Blue #4E79BE

Color information

#4E79BE (or 0x4E79BE) is unknown color: approx Havelock Blue. HEX triplet: 4E, 79 and BE. RGB value is (78,121,190). Sum of RGB (Red+Green+Blue) = 78+121+190=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E79BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E79BE is #B18641. Grayscale: #737373. Windows color (decimal): -11634242 or 12482894. OLE color: 12482894.

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

Color convert

RGB78121190-
CMYK0.590.3600.25
HSL216.96º46.28%52.55%-
HSV(B)216.96º58.95%74.51%-
XYZ19.2719.0151.37-
YUV116.01169.75100.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.05%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=20.05%
G=31.11%
B=48.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781211900.590.3600.25216.9646.2852.55
Hex4E79BE3B24019d92e35
Octal11617127673440313315665
Binary100111011110011011111011101110010001100111011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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