Html Css Color HEX #4F86DB Havelock Blue

📋 copy color: '#4F86DB'

red 79 ◦ green 134 ◦ blue 219

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

Shades of Havelock Blue #4F86DB

Tints of Havelock Blue #4F86DB

RGB

 RED value IS 79 (31.25% from 255) = 18.29%

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

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

R = 18.29%
G = 31.02%
B = 50.69%

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

#4F86DB (or 0x4F86DB) is known color: Havelock Blue. HEX triplet: 4F, 86 and DB. RGB value is (79,134,219). Sum of RGB (Red+Green+Blue) = 79+134+219=432 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.29% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F86DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F86DB is #B07924. Grayscale: #7E7E7E. Windows color (decimal): -11565349 or 14386767. OLE color: 14386767.

HSL color Cylindrical-coordinate representation of color #4F86DB: hue angle of 216.43º 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 #4F86DB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 134 219 -
CMYK 0.64 0.39 0 0.14
HSL 216.43º 0.66% 0.58% -
HSV(B) 216.43º 0.64% 0.86% -
XYZ 24.54 23.83 70.32 -
YUV 127.25 179.78 93.59 -
System Red Green Blue C M Y K H S L
Decimal 79 134 219 0.64 0.39 0 0.14 216.43 0.66 0.58
Hex 4F 86 DB 40 27 0 E D8 42 3A
Octal 117 206 333 100 47 0 16 330 102 72
Binary 1001111 10000110 11011011 1000000 100111 0 1110 11011000 1000010 111010

Color Harmonies of #4F86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F86DB

Black with #4F86DB

Text Example


Text Example

White with #4F86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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