#4F80CA

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

Shades of Havelock Blue #4F80CA

Tints of Havelock Blue #4F80CA

Color information

#4F80CA (or 0x4F80CA) is unknown color: approx Havelock Blue. HEX triplet: 4F, 80 and CA. RGB value is (79,128,202). Sum of RGB (Red+Green+Blue) = 79+128+202=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F80CA is #B07F35. Grayscale: #797979. Windows color (decimal): -11566902 or 13271119. OLE color: 13271119.

HSL color Cylindrical-coordinate representation of color #4F80CA: hue angle of 216.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F80CA is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79128202-
CMYK0.610.3700.21
HSL216.1º53.71%55.1%-
HSV(B)216.1º60.89%79.22%-
XYZ21.621.3658.86-
YUV121.78173.2797.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.32%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=19.32%
G=31.30%
B=49.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791282020.610.3700.21216.153.7155.1
Hex4F80CA3D25015d83637
Octal11720031275450253306667
Binary1001111100000001100101011110110010101010111011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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