#4B72BA

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

Shades of Havelock Blue #4B72BA

Tints of Havelock Blue #4B72BA

Color information

#4B72BA (or 0x4B72BA) is unknown color: approx Havelock Blue. HEX triplet: 4B, 72 and BA. RGB value is (75,114,186). Sum of RGB (Red+Green+Blue) = 75+114+186=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B72BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B72BA is #B48D45. Grayscale: #6E6E6E. Windows color (decimal): -11832646 or 12218955. OLE color: 12218955.

HSL color Cylindrical-coordinate representation of color #4B72BA: hue angle of 218.92º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B72BA is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB75114186-
CMYK0.600.3900.27
HSL218.92º44.58%51.18%-
HSV(B)218.92º59.68%72.94%-
XYZ17.7817.0848.81-
YUV110.55170.58102.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=20%
G=30.4%
B=49.6%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751141860.600.3900.27218.9244.5851.18
Hex4B72BA3C2701Bdb2d33
Octal11316227274470333335563
Binary100101111100101011101011110010011101101111011011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,186); }

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

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

 a { background-color: rgb(75,114,186); }

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

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

 span { border-color: rgb(75,114,186); }

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