#4B71BC

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

Shades of Havelock Blue #4B71BC

Tints of Havelock Blue #4B71BC

Color information

#4B71BC (or 0x4B71BC) is unknown color: approx Havelock Blue. HEX triplet: 4B, 71 and BC. RGB value is (75,113,188). Sum of RGB (Red+Green+Blue) = 75+113+188=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B71BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B71BC is #B48E43. Grayscale: #6D6D6D. Windows color (decimal): -11832900 or 12349771. OLE color: 12349771.

HSL color Cylindrical-coordinate representation of color #4B71BC: hue angle of 219.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B71BC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75113188-
CMYK0.600.4000.26
HSL219.82º45.75%51.57%-
HSV(B)219.82º60.11%73.73%-
XYZ17.8816.9449.9-
YUV110.19171.91102.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.95%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 188 (73.83% from 255) = 50%
R=19.95%
G=30.05%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751131880.600.4000.26219.8245.7551.57
Hex4B71BC3C2801Adc2e34
Octal11316127474500323345664
Binary100101111100011011110011110010100001101011011100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B71BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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