Html Css Color HEX #4E86CF Havelock Blue

📋 copy color: '#4E86CF'

red 78 ◦ green 134 ◦ blue 207

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

Shades of Havelock Blue #4E86CF

Tints of Havelock Blue #4E86CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 18.62%
G = 31.98%
B = 49.4%

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

#4E86CF (or 0x4E86CF) is known color: Havelock Blue. HEX triplet: 4E, 86 and CF. RGB value is (78,134,207). Sum of RGB (Red+Green+Blue) = 78+134+207=419 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.62% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E86CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86CF is #B17930. Grayscale: #7D7D7D. Windows color (decimal): -11630897 or 13600334. OLE color: 13600334.

HSL color Cylindrical-coordinate representation of color #4E86CF: hue angle of 213.95º 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 #4E86CF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 134 207 -
CMYK 0.62 0.35 0 0.19
HSL 213.95º 0.57% 0.56% -
HSV(B) 213.95º 0.62% 0.81% -
XYZ 22.93 23.17 62.3 -
YUV 125.58 173.95 94.06 -
System Red Green Blue C M Y K H S L
Decimal 78 134 207 0.62 0.35 0 0.19 213.95 0.57 0.56
Hex 4E 86 CF 3E 23 0 13 D6 39 38
Octal 116 206 317 76 43 0 23 326 71 70
Binary 1001110 10000110 11001111 111110 100011 0 10011 11010110 111001 111000

Color Harmonies of #4E86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E86CF

Black with #4E86CF

Text Example


Text Example

White with #4E86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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