Html Css Color HEX #4F86BE Havelock Blue

📋 copy color: '#4F86BE'

red 79 ◦ green 134 ◦ blue 190

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

Shades of Havelock Blue #4F86BE

Tints of Havelock Blue #4F86BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

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

R = 19.6%
G = 33.25%
B = 47.15%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F86BE (or 0x4F86BE) is known color: Havelock Blue. HEX triplet: 4F, 86 and BE. RGB value is (79,134,190). Sum of RGB (Red+Green+Blue) = 79+134+190=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F86BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F86BE is #B07941. Grayscale: #7B7B7B. Windows color (decimal): -11565378 or 12486223. OLE color: 12486223.

HSL color Cylindrical-coordinate representation of color #4F86BE: hue angle of 210.27º 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 #4F86BE is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 134 190 -
CMYK 0.58 0.29 0 0.25
HSL 210.27º 0.46% 0.53% -
HSV(B) 210.27º 0.58% 0.75% -
XYZ 21.04 22.43 51.94 -
YUV 123.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 79 134 190 0.58 0.29 0 0.25 210.27 0.46 0.53
Hex 4F 86 BE 3A 1D 0 19 D2 2E 35
Octal 117 206 276 72 35 0 31 322 56 65
Binary 1001111 10000110 10111110 111010 11101 0 11001 11010010 101110 110101

Color Harmonies of #4F86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F86BE

Black with #4F86BE

Text Example


Text Example

White with #4F86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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