#4F87BC

Color #4F87BC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4F87BC

Tints of Havelock Blue #4F87BC

Color information

#4F87BC (or 0x4F87BC) is unknown color: approx Havelock Blue. HEX triplet: 4F, 87 and BC. RGB value is (79,135,188). Sum of RGB (Red+Green+Blue) = 79+135+188=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F87BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F87BC is #B07843. Grayscale: #7C7C7C. Windows color (decimal): -11565124 or 12355407. OLE color: 12355407.

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

Color convert

RGB79135188-
CMYK0.580.2800.26
HSL209.17º44.86%52.35%-
HSV(B)209.17º57.98%73.73%-
XYZ20.9722.6250.84-
YUV124.3163.9595.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.65%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 188 (73.83% from 255) = 46.77%
R=19.65%
G=33.58%
B=46.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791351880.580.2800.26209.1744.8652.35
Hex4F87BC3A1C01Ad12d34
Octal11720727472340323215564
Binary100111110000111101111001110101110001101011010001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F87BC;
 }
 .AnyTagClassName
 {
   color: #4F87BC;
 }
</style>
background-color css

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

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

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

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

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

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