Html Css Color HEX #4E72BE Havelock Blue

📋 copy color: '#4E72BE'

red 78 ◦ green 114 ◦ blue 190

#4E72BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4E72BE

Tints of Havelock Blue #4E72BE

RGB

 RED value IS 78 (30.86% from 255) = 20.42%

 GREEN value IS 114 (44.92% from 255) = 29.84%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 20.42%
G = 29.84%
B = 49.74%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E72BE (or 0x4E72BE) is known color: Havelock Blue. HEX triplet: 4E, 72 and BE. RGB value is (78,114,190). Sum of RGB (Red+Green+Blue) = 78+114+190=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E72BE is #B18D41. Grayscale: #6F6F6F. Windows color (decimal): -11636034 or 12481102. OLE color: 12481102.

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

Color convert

RGB 78 114 190 -
CMYK 0.59 0.40 0 0.25
HSL 220.71º 0.46% 0.53% -
HSV(B) 220.71º 0.59% 0.75% -
XYZ 18.45 17.37 51.1 -
YUV 111.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 78 114 190 0.59 0.40 0 0.25 220.71 0.46 0.53
Hex 4E 72 BE 3B 28 0 19 DD 2E 35
Octal 116 162 276 73 50 0 31 335 56 65
Binary 1001110 1110010 10111110 111011 101000 0 11001 11011101 101110 110101

Color Harmonies of #4E72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E72BE

Black with #4E72BE

Text Example


Text Example

White with #4E72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E72BE;
 }
 .AnyTagClassName
 {
   color: #4E72BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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