#4f8bdb

Color #4F8BDB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4F8BDB

Tints of Havelock Blue #4F8BDB

Color information

#4F8BDB (or 0x4F8BDB) is unknown color: approx 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

RGB79139219-
CMYK0.640.3700.14
HSL214.29º66.04%58.43%-
HSV(B)214.29º63.93%85.88%-
XYZ25.2425.2470.56-
YUV130.18178.1291.5-

RGB Variations

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

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 (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal791392190.640.3700.14214.2966.0458.43
Hex4F8BDB40250Ed6423a
Octal1172133331004501632610272
Binary10011111000101111011011100000010010101110110101101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f8bdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>