#4F80BE

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

Shades of Havelock Blue #4F80BE

Tints of Havelock Blue #4F80BE

Color information

#4F80BE (or 0x4F80BE) is unknown color: approx Havelock Blue. HEX triplet: 4F, 80 and BE. RGB value is (79,128,190). Sum of RGB (Red+Green+Blue) = 79+128+190=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F80BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F80BE is #B07F41. Grayscale: #787878. Windows color (decimal): -11566914 or 12484687. OLE color: 12484687.

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

Color convert

RGB79128190-
CMYK0.580.3300.25
HSL213.51º46.06%52.75%-
HSV(B)213.51º58.42%74.51%-
XYZ20.2420.8251.67-
YUV120.42167.2798.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.90%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=19.90%
G=32.24%
B=47.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791281900.580.3300.25213.5146.0652.75
Hex4F80BE3A21019d62e35
Octal11720027672410313265665
Binary1001111100000001011111011101010000101100111010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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