Html Css Color HEX #4F8BDC Havelock Blue

📋 copy color: '#4F8BDC'

red 79 ◦ green 139 ◦ blue 220

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

Shades of Havelock Blue #4F8BDC

Tints of Havelock Blue #4F8BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 18.04%
G = 31.74%
B = 50.23%

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

#4F8BDC (or 0x4F8BDC) is known color: Havelock Blue. HEX triplet: 4F, 8B and DC. RGB value is (79,139,220). Sum of RGB (Red+Green+Blue) = 79+139+220=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F8BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8BDC is #B07423. Grayscale: #818181. Windows color (decimal): -11564068 or 14453583. OLE color: 14453583.

HSL color Cylindrical-coordinate representation of color #4F8BDC: hue angle of 214.47º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F8BDC is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 139 220 -
CMYK 0.64 0.37 0 0.14
HSL 214.47º 0.67% 0.59% -
HSV(B) 214.47º 0.64% 0.86% -
XYZ 25.38 25.29 71.26 -
YUV 130.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 79 139 220 0.64 0.37 0 0.14 214.47 0.67 0.59
Hex 4F 8B DC 40 25 0 E D6 43 3B
Octal 117 213 334 100 45 0 16 326 103 73
Binary 1001111 10001011 11011100 1000000 100101 0 1110 11010110 1000011 111011

Color Harmonies of #4F8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8BDC

Black with #4F8BDC

Text Example


Text Example

White with #4F8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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