Html Css Color HEX #4F8BDB Havelock Blue

📋 copy color: '#4F8BDB'

red 79 ◦ green 139 ◦ blue 219

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

Shades of Havelock Blue #4F8BDB

Tints of Havelock Blue #4F8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.81%

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

R = 18.08%
G = 31.81%
B = 50.11%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F8BDB (or 0x4F8BDB) is known color: Havelock Blue. HEX triplet: 4F, 8B and DB. RGB value is (79,139,219). Sum of RGB (Red+Green+Blue) = 79+139+219=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8BDB is #B07424. Grayscale: #818181. Windows color (decimal): -11564069 or 14388047. OLE color: 14388047.

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

Color convert

RGB 79 139 219 -
CMYK 0.64 0.37 0 0.14
HSL 214.29º 0.66% 0.58% -
HSV(B) 214.29º 0.64% 0.86% -
XYZ 25.24 25.24 70.56 -
YUV 130.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 79 139 219 0.64 0.37 0 0.14 214.29 0.66 0.58
Hex 4F 8B DB 40 25 0 E D6 42 3A
Octal 117 213 333 100 45 0 16 326 102 72
Binary 1001111 10001011 11011011 1000000 100101 0 1110 11010110 1000010 111010

Color Harmonies of #4F8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8BDB

Black with #4F8BDB

Text Example


Text Example

White with #4F8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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