Html Css Color HEX #4F88BC Havelock Blue

📋 copy color: '#4F88BC'

red 79 ◦ green 136 ◦ blue 188

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

Shades of Havelock Blue #4F88BC

Tints of Havelock Blue #4F88BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 19.6%
G = 33.75%
B = 46.65%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F88BC (or 0x4F88BC) is known color: Havelock Blue. HEX triplet: 4F, 88 and BC. RGB value is (79,136,188). Sum of RGB (Red+Green+Blue) = 79+136+188=403 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.60% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F88BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F88BC is #B07743. Grayscale: #7C7C7C. Windows color (decimal): -11564868 or 12355663. OLE color: 12355663.

HSL color Cylindrical-coordinate representation of color #4F88BC: hue angle of 208.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F88BC is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 136 188 -
CMYK 0.58 0.28 0 0.26
HSL 208.62º 0.45% 0.52% -
HSV(B) 208.62º 0.58% 0.74% -
XYZ 21.11 22.9 50.88 -
YUV 124.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 79 136 188 0.58 0.28 0 0.26 208.62 0.45 0.52
Hex 4F 88 BC 3A 1C 0 1A D1 2D 34
Octal 117 210 274 72 34 0 32 321 55 64
Binary 1001111 10001000 10111100 111010 11100 0 11010 11010001 101101 110100

Color Harmonies of #4F88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F88BC

Black with #4F88BC

Text Example


Text Example

White with #4F88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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