#4B7ABE

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

Shades of Havelock Blue #4B7ABE

Tints of Havelock Blue #4B7ABE

Color information

#4B7ABE (or 0x4B7ABE) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7A and BE. RGB value is (75,122,190). Sum of RGB (Red+Green+Blue) = 75+122+190=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B7ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7ABE is #B48541. Grayscale: #737373. Windows color (decimal): -11830594 or 12483147. OLE color: 12483147.

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

Color convert

RGB75122190-
CMYK0.610.3600.25
HSL215.48º46.94%51.96%-
HSV(B)215.48º60.53%74.51%-
XYZ19.1619.1351.4-
YUV115.7169.9398.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.38%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=19.38%
G=31.52%
B=49.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751221900.610.3600.25215.4846.9451.96
Hex4B7ABE3D24019d72f34
Octal11317227675440313275764
Binary100101111110101011111011110110010001100111010111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,122,190); }

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

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

 a { background-color: rgb(75,122,190); }

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

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

 span { border-color: rgb(75,122,190); }

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