#4A76CA

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

Shades of Havelock Blue #4A76CA

Tints of Havelock Blue #4A76CA

Color information

#4A76CA (or 0x4A76CA) is unknown color: approx Havelock Blue. HEX triplet: 4A, 76 and CA. RGB value is (74,118,202). Sum of RGB (Red+Green+Blue) = 74+118+202=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A76CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A76CA is #B58935. Grayscale: #727272. Windows color (decimal): -11897142 or 13268554. OLE color: 13268554.

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

Color convert

RGB74118202-
CMYK0.630.4200.21
HSL219.38º54.7%54.12%-
HSV(B)219.38º63.37%79.22%-
XYZ19.9618.6858.43-
YUV114.42177.4299.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.78%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=18.78%
G=29.95%
B=51.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741182020.630.4200.21219.3854.754.12
Hex4A76CA3F2A015db3736
Octal11216631277520253336766
Binary100101011101101100101011111110101001010111011011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A76CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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