Html Css Color HEX #4F88BE Havelock Blue

📋 copy color: '#4F88BE'

red 79 ◦ green 136 ◦ blue 190

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

Shades of Havelock Blue #4F88BE

Tints of Havelock Blue #4F88BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 19.51%
G = 33.58%
B = 46.91%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F88BE (or 0x4F88BE) is known color: Havelock Blue. HEX triplet: 4F, 88 and BE. RGB value is (79,136,190). Sum of RGB (Red+Green+Blue) = 79+136+190=405 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.51% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F88BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F88BE is #B07741. Grayscale: #7C7C7C. Windows color (decimal): -11564866 or 12486735. OLE color: 12486735.

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

Color convert

RGB 79 136 190 -
CMYK 0.58 0.28 0 0.25
HSL 209.19º 0.46% 0.53% -
HSV(B) 209.19º 0.58% 0.75% -
XYZ 21.32 22.99 52.03 -
YUV 125.11 164.62 95.11 -
System Red Green Blue C M Y K H S L
Decimal 79 136 190 0.58 0.28 0 0.25 209.19 0.46 0.53
Hex 4F 88 BE 3A 1C 0 19 D1 2E 35
Octal 117 210 276 72 34 0 31 321 56 65
Binary 1001111 10001000 10111110 111010 11100 0 11001 11010001 101110 110101

Color Harmonies of #4F88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F88BE

Black with #4F88BE

Text Example


Text Example

White with #4F88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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