Html Css Color HEX #4E86DB Havelock Blue

📋 copy color: '#4E86DB'

red 78 ◦ green 134 ◦ blue 219

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

Shades of Havelock Blue #4E86DB

Tints of Havelock Blue #4E86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 18.1%
G = 31.09%
B = 50.81%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E86DB (or 0x4E86DB) is known color: Havelock Blue. HEX triplet: 4E, 86 and DB. RGB value is (78,134,219). Sum of RGB (Red+Green+Blue) = 78+134+219=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E86DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86DB is #B17924. Grayscale: #7E7E7E. Windows color (decimal): -11630885 or 14386766. OLE color: 14386766.

HSL color Cylindrical-coordinate representation of color #4E86DB: hue angle of 216.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E86DB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 134 219 -
CMYK 0.64 0.39 0 0.14
HSL 216.17º 0.66% 0.58% -
HSV(B) 216.17º 0.64% 0.86% -
XYZ 24.45 23.78 70.32 -
YUV 126.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 78 134 219 0.64 0.39 0 0.14 216.17 0.66 0.58
Hex 4E 86 DB 40 27 0 E D8 42 3A
Octal 116 206 333 100 47 0 16 330 102 72
Binary 1001110 10000110 11011011 1000000 100111 0 1110 11011000 1000010 111010

Color Harmonies of #4E86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E86DB

Black with #4E86DB

Text Example


Text Example

White with #4E86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,134,219); }

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

background-color css

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

 a { background-color: rgb(78,134,219); }

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

border-color css

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

 span { border-color: rgb(78,134,219); }

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