#4B71C0

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

Shades of Havelock Blue #4B71C0

Tints of Havelock Blue #4B71C0

Color information

#4B71C0 (or 0x4B71C0) is unknown color: approx Havelock Blue. HEX triplet: 4B, 71 and C0. RGB value is (75,113,192). Sum of RGB (Red+Green+Blue) = 75+113+192=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #4B71C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B71C0 is #B48E3F. Grayscale: #6E6E6E. Windows color (decimal): -11832896 or 12611915. OLE color: 12611915.

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

Color convert

RGB75113192-
CMYK0.610.4100.25
HSL220.51º48.15%52.35%-
HSV(B)220.51º60.94%75.29%-
XYZ18.3217.1152.21-
YUV110.64173.91102.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=19.74%
G=29.74%
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
Decimal751131920.610.4100.25220.5148.1552.35
Hex4B71C03D29019dd3034
Octal11316130075510313356064
Binary100101111100011100000011110110100101100111011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B71C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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