Html Css Color HEX #4E71BE Havelock Blue

📋 copy color: '#4E71BE'

red 78 ◦ green 113 ◦ blue 190

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

Shades of Havelock Blue #4E71BE

Tints of Havelock Blue #4E71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

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

R = 20.47%
G = 29.66%
B = 49.87%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E71BE (or 0x4E71BE) is known color: Havelock Blue. HEX triplet: 4E, 71 and BE. RGB value is (78,113,190). Sum of RGB (Red+Green+Blue) = 78+113+190=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E71BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E71BE is #B18E41. Grayscale: #6E6E6E. Windows color (decimal): -11636290 or 12480846. OLE color: 12480846.

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

Color convert

RGB 78 113 190 -
CMYK 0.59 0.41 0 0.25
HSL 221.25º 0.46% 0.53% -
HSV(B) 221.25º 0.59% 0.75% -
XYZ 18.34 17.15 51.06 -
YUV 111.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 78 113 190 0.59 0.41 0 0.25 221.25 0.46 0.53
Hex 4E 71 BE 3B 29 0 19 DD 2E 35
Octal 116 161 276 73 51 0 31 335 56 65
Binary 1001110 1110001 10111110 111011 101001 0 11001 11011101 101110 110101

Color Harmonies of #4E71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E71BE

Black with #4E71BE

Text Example


Text Example

White with #4E71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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