#4B71C6

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

Shades of Havelock Blue #4B71C6

Tints of Havelock Blue #4B71C6

Color information

#4B71C6 (or 0x4B71C6) is unknown color: approx Havelock Blue. HEX triplet: 4B, 71 and C6. RGB value is (75,113,198). Sum of RGB (Red+Green+Blue) = 75+113+198=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B71C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B71C6 is #B48E39. Grayscale: #6E6E6E. Windows color (decimal): -11832890 or 13005131. OLE color: 13005131.

HSL color Cylindrical-coordinate representation of color #4B71C6: hue angle of 221.46º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B71C6 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB75113198-
CMYK0.620.4300.22
HSL221.46º51.9%53.53%-
HSV(B)221.46º62.12%77.65%-
XYZ1917.3855.78-
YUV111.33176.91102.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.43%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=19.43%
G=29.27%
B=51.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751131980.620.4300.22221.4651.953.53
Hex4B71C63E2B016dd3436
Octal11316130676530263356466
Binary100101111100011100011011111010101101011011011101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B71C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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