#4F81CA

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

Shades of Havelock Blue #4F81CA

Tints of Havelock Blue #4F81CA

Color information

#4F81CA (or 0x4F81CA) is unknown color: approx Havelock Blue. HEX triplet: 4F, 81 and CA. RGB value is (79,129,202). Sum of RGB (Red+Green+Blue) = 79+129+202=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F81CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F81CA is #B07E35. Grayscale: #7A7A7A. Windows color (decimal): -11566646 or 13271375. OLE color: 13271375.

HSL color Cylindrical-coordinate representation of color #4F81CA: hue angle of 215.61º 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 #4F81CA is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79129202-
CMYK0.610.3600.21
HSL215.61º53.71%55.1%-
HSV(B)215.61º60.89%79.22%-
XYZ21.7421.6358.91-
YUV122.37172.9497.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.27%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=19.27%
G=31.46%
B=49.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791292020.610.3600.21215.6153.7155.1
Hex4F81CA3D24015d83637
Octal11720131275440253306667
Binary1001111100000011100101011110110010001010111011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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