Html Css Color HEX #4F81CB Havelock Blue

📋 copy color: '#4F81CB'

red 79 ◦ green 129 ◦ blue 203

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

Shades of Havelock Blue #4F81CB

Tints of Havelock Blue #4F81CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 19.22%
G = 31.39%
B = 49.39%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F81CB (or 0x4F81CB) is known color: Havelock Blue. HEX triplet: 4F, 81 and CB. RGB value is (79,129,203). Sum of RGB (Red+Green+Blue) = 79+129+203=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F81CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F81CB is #B07E34. Grayscale: #7A7A7A. Windows color (decimal): -11566645 or 13336911. OLE color: 13336911.

HSL color Cylindrical-coordinate representation of color #4F81CB: hue angle of 215.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F81CB is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 129 203 -
CMYK 0.61 0.36 0 0.20
HSL 215.81º 0.54% 0.55% -
HSV(B) 215.81º 0.61% 0.8% -
XYZ 21.85 21.67 59.53 -
YUV 122.49 173.44 96.98 -
System Red Green Blue C M Y K H S L
Decimal 79 129 203 0.61 0.36 0 0.20 215.81 0.54 0.55
Hex 4F 81 CB 3D 24 0 14 D8 36 37
Octal 117 201 313 75 44 0 24 330 66 67
Binary 1001111 10000001 11001011 111101 100100 0 10100 11011000 110110 110111

Color Harmonies of #4F81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F81CB

Black with #4F81CB

Text Example


Text Example

White with #4F81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,129,203); }

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

background-color css

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

 a { background-color: rgb(79,129,203); }

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

border-color css

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

 span { border-color: rgb(79,129,203); }

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