#4A76BC

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

Shades of Havelock Blue #4A76BC

Tints of Havelock Blue #4A76BC

Color information

#4A76BC (or 0x4A76BC) is unknown color: approx Havelock Blue. HEX triplet: 4A, 76 and BC. RGB value is (74,118,188). Sum of RGB (Red+Green+Blue) = 74+118+188=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A76BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A76BC is #B58943. Grayscale: #707070. Windows color (decimal): -11897156 or 12351050. OLE color: 12351050.

HSL color Cylindrical-coordinate representation of color #4A76BC: hue angle of 216.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A76BC is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB74118188-
CMYK0.610.3700.26
HSL216.84º45.97%51.37%-
HSV(B)216.84º60.64%73.73%-
XYZ18.3818.0450.09-
YUV112.82170.42100.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.47%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 188 (73.83% from 255) = 49.47%
R=19.47%
G=31.05%
B=49.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741181880.610.3700.26216.8445.9751.37
Hex4A76BC3D2501Ad92e33
Octal11216627475450323315663
Binary100101011101101011110011110110010101101011011001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A76BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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