#4B70BC

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

Shades of Havelock Blue #4B70BC

Tints of Havelock Blue #4B70BC

Color information

#4B70BC (or 0x4B70BC) is unknown color: approx Havelock Blue. HEX triplet: 4B, 70 and BC. RGB value is (75,112,188). Sum of RGB (Red+Green+Blue) = 75+112+188=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B70BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B70BC is #B48F43. Grayscale: #6D6D6D. Windows color (decimal): -11833156 or 12349515. OLE color: 12349515.

HSL color Cylindrical-coordinate representation of color #4B70BC: hue angle of 220.35º 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 #4B70BC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75112188-
CMYK0.600.4000.26
HSL220.35º45.75%51.57%-
HSV(B)220.35º60.11%73.73%-
XYZ17.7716.7249.87-
YUV109.6172.24103.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=20%
G=29.87%
B=50.13%

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
Decimal751121880.600.4000.26220.3545.7551.57
Hex4B70BC3C2801Adc2e34
Octal11316027474500323345664
Binary100101111100001011110011110010100001101011011100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B70BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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