#4B70C6

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

Shades of Havelock Blue #4B70C6

Tints of Havelock Blue #4B70C6

Color information

#4B70C6 (or 0x4B70C6) is unknown color: approx Havelock Blue. HEX triplet: 4B, 70 and C6. RGB value is (75,112,198). Sum of RGB (Red+Green+Blue) = 75+112+198=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B70C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B70C6 is #B48F39. Grayscale: #6E6E6E. Windows color (decimal): -11833146 or 13004875. OLE color: 13004875.

HSL color Cylindrical-coordinate representation of color #4B70C6: hue angle of 221.95º 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 #4B70C6 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB75112198-
CMYK0.620.4300.22
HSL221.95º51.9%53.53%-
HSV(B)221.95º62.12%77.65%-
XYZ18.8917.1655.74-
YUV110.74177.24102.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.48%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 198 (77.73% from 255) = 51.43%
R=19.48%
G=29.09%
B=51.43%

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
Decimal751121980.620.4300.22221.9551.953.53
Hex4B70C63E2B016de3436
Octal11316030676530263366466
Binary100101111100001100011011111010101101011011011110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B70C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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