#4F81CE

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

Shades of Havelock Blue #4F81CE

Tints of Havelock Blue #4F81CE

Color information

#4F81CE (or 0x4F81CE) is unknown color: approx Havelock Blue. HEX triplet: 4F, 81 and CE. RGB value is (79,129,206). Sum of RGB (Red+Green+Blue) = 79+129+206=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F81CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F81CE is #B07E31. Grayscale: #7A7A7A. Windows color (decimal): -11566642 or 13533519. OLE color: 13533519.

HSL color Cylindrical-coordinate representation of color #4F81CE: hue angle of 216.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F81CE is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB79129206-
CMYK0.620.3700.19
HSL216.38º56.44%55.88%-
HSV(B)216.38º61.65%80.78%-
XYZ22.2221.8261.43-
YUV122.83174.9496.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.08%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 206 (80.86% from 255) = 49.76%
R=19.08%
G=31.16%
B=49.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal791292060.620.3700.19216.3856.4455.88
Hex4F81CE3E25013d83838
Octal11720131676450233307070
Binary1001111100000011100111011111010010101001111011000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,129,206); }

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

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

 a { background-color: rgb(79,129,206); }

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

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

 span { border-color: rgb(79,129,206); }

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