Html Css Color HEX #4E77BE Havelock Blue

📋 copy color: '#4E77BE'

red 78 ◦ green 119 ◦ blue 190

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

Shades of Havelock Blue #4E77BE

Tints of Havelock Blue #4E77BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.75%

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

R = 20.16%
G = 30.75%
B = 49.1%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E77BE (or 0x4E77BE) is known color: Havelock Blue. HEX triplet: 4E, 77 and BE. RGB value is (78,119,190). Sum of RGB (Red+Green+Blue) = 78+119+190=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E77BE is #B18841. Grayscale: #727272. Windows color (decimal): -11634754 or 12482382. OLE color: 12482382.

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

Color convert

RGB 78 119 190 -
CMYK 0.59 0.37 0 0.25
HSL 218.04º 0.46% 0.53% -
HSV(B) 218.04º 0.59% 0.75% -
XYZ 19.03 18.53 51.29 -
YUV 114.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 78 119 190 0.59 0.37 0 0.25 218.04 0.46 0.53
Hex 4E 77 BE 3B 25 0 19 DA 2E 35
Octal 116 167 276 73 45 0 31 332 56 65
Binary 1001110 1110111 10111110 111011 100101 0 11001 11011010 101110 110101

Color Harmonies of #4E77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E77BE

Black with #4E77BE

Text Example


Text Example

White with #4E77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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