#4B7EBE

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

Shades of Havelock Blue #4B7EBE

Tints of Havelock Blue #4B7EBE

Color information

#4B7EBE (or 0x4B7EBE) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7E and BE. RGB value is (75,126,190). Sum of RGB (Red+Green+Blue) = 75+126+190=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B7EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7EBE is #B48141. Grayscale: #757575. Windows color (decimal): -11829570 or 12484171. OLE color: 12484171.

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

Color convert

RGB75126190-
CMYK0.610.3400.25
HSL213.39º46.94%51.96%-
HSV(B)213.39º60.53%74.51%-
XYZ19.6620.1451.57-
YUV118.05168.697.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.18%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=19.18%
G=32.23%
B=48.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751261900.610.3400.25213.3946.9451.96
Hex4B7EBE3D22019d52f34
Octal11317627675420313255764
Binary100101111111101011111011110110001001100111010101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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