Html Css Color HEX #4F81BE Havelock Blue

📋 copy color: '#4F81BE'

red 79 ◦ green 129 ◦ blue 190

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

Shades of Havelock Blue #4F81BE

Tints of Havelock Blue #4F81BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 19.85%
G = 32.41%
B = 47.74%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F81BE (or 0x4F81BE) is known color: Havelock Blue. HEX triplet: 4F, 81 and BE. RGB value is (79,129,190). Sum of RGB (Red+Green+Blue) = 79+129+190=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F81BE is #B07E41. Grayscale: #787878. Windows color (decimal): -11566658 or 12484943. OLE color: 12484943.

HSL color Cylindrical-coordinate representation of color #4F81BE: hue angle of 212.97º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F81BE is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 129 190 -
CMYK 0.58 0.32 0 0.25
HSL 212.97º 0.46% 0.53% -
HSV(B) 212.97º 0.58% 0.75% -
XYZ 20.37 21.08 51.71 -
YUV 121 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 79 129 190 0.58 0.32 0 0.25 212.97 0.46 0.53
Hex 4F 81 BE 3A 20 0 19 D5 2E 35
Octal 117 201 276 72 40 0 31 325 56 65
Binary 1001111 10000001 10111110 111010 100000 0 11001 11010101 101110 110101

Color Harmonies of #4F81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F81BE

Black with #4F81BE

Text Example


Text Example

White with #4F81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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