Html Css Color HEX #4E86CE Havelock Blue

📋 copy color: '#4E86CE'

red 78 ◦ green 134 ◦ blue 206

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

Shades of Havelock Blue #4E86CE

Tints of Havelock Blue #4E86CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 18.66%
G = 32.06%
B = 49.28%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E86CE (or 0x4E86CE) is known color: Havelock Blue. HEX triplet: 4E, 86 and CE. RGB value is (78,134,206). Sum of RGB (Red+Green+Blue) = 78+134+206=418 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.66% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E86CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86CE is #B17931. Grayscale: #7D7D7D. Windows color (decimal): -11630898 or 13534798. OLE color: 13534798.

HSL color Cylindrical-coordinate representation of color #4E86CE: hue angle of 213.75º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E86CE is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 134 206 -
CMYK 0.62 0.35 0 0.19
HSL 213.75º 0.57% 0.56% -
HSV(B) 213.75º 0.62% 0.81% -
XYZ 22.81 23.13 61.65 -
YUV 125.46 173.45 94.15 -
System Red Green Blue C M Y K H S L
Decimal 78 134 206 0.62 0.35 0 0.19 213.75 0.57 0.56
Hex 4E 86 CE 3E 23 0 13 D6 39 38
Octal 116 206 316 76 43 0 23 326 71 70
Binary 1001110 10000110 11001110 111110 100011 0 10011 11010110 111001 111000

Color Harmonies of #4E86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E86CE

Black with #4E86CE

Text Example


Text Example

White with #4E86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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