#4A71BF

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

Shades of Havelock Blue #4A71BF

Tints of Havelock Blue #4A71BF

Color information

#4A71BF (or 0x4A71BF) is unknown color: approx Havelock Blue. HEX triplet: 4A, 71 and BF. RGB value is (74,113,191). Sum of RGB (Red+Green+Blue) = 74+113+191=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A71BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A71BF is #B58E40. Grayscale: #6D6D6D. Windows color (decimal): -11898433 or 12546378. OLE color: 12546378.

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

Color convert

RGB74113191-
CMYK0.610.4100.25
HSL220º47.76%51.96%-
HSV(B)220º61.26%74.9%-
XYZ18.1317.0351.62-
YUV110.23173.58102.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.58%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 191 (75% from 255) = 50.53%
R=19.58%
G=29.89%
B=50.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741131910.610.4100.2522047.7651.96
Hex4A71BF3D29019dc3034
Octal11216127775510313346064
Binary100101011100011011111111110110100101100111011100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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