#4A76BF

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

Shades of Havelock Blue #4A76BF

Tints of Havelock Blue #4A76BF

Color information

#4A76BF (or 0x4A76BF) is unknown color: approx Havelock Blue. HEX triplet: 4A, 76 and BF. RGB value is (74,118,191). Sum of RGB (Red+Green+Blue) = 74+118+191=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A76BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A76BF is #B58940. Grayscale: #707070. Windows color (decimal): -11897153 or 12547658. OLE color: 12547658.

HSL color Cylindrical-coordinate representation of color #4A76BF: hue angle of 217.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A76BF is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74118191-
CMYK0.610.3800.25
HSL217.44º47.76%51.96%-
HSV(B)217.44º61.26%74.9%-
XYZ18.7118.1751.81-
YUV113.17171.92100.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.32%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 191 (75% from 255) = 49.87%
R=19.32%
G=30.81%
B=49.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741181910.610.3800.25217.4447.7651.96
Hex4A76BF3D26019d93034
Octal11216627775460313316064
Binary100101011101101011111111110110011001100111011001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,118,191); }

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

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

 a { background-color: rgb(74,118,191); }

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

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

 span { border-color: rgb(74,118,191); }

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