#4B71BB

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

Shades of Havelock Blue #4B71BB

Tints of Havelock Blue #4B71BB

Color information

#4B71BB (or 0x4B71BB) is unknown color: approx Havelock Blue. HEX triplet: 4B, 71 and BB. RGB value is (75,113,187). Sum of RGB (Red+Green+Blue) = 75+113+187=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B71BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B71BB is #B48E44. Grayscale: #6D6D6D. Windows color (decimal): -11832901 or 12284235. OLE color: 12284235.

HSL color Cylindrical-coordinate representation of color #4B71BB: hue angle of 219.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B71BB is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB75113187-
CMYK0.600.4000.27
HSL219.64º45.16%51.37%-
HSV(B)219.64º59.89%73.33%-
XYZ17.7816.8949.34-
YUV110.07171.41102.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=20%
G=30.13%
B=49.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751131870.600.4000.27219.6445.1651.37
Hex4B71BB3C2801Bdc2d33
Octal11316127374500333345563
Binary100101111100011011101111110010100001101111011100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,113,187); }

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

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

 a { background-color: rgb(75,113,187); }

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

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

 span { border-color: rgb(75,113,187); }

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