#4D73BE

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

Shades of Havelock Blue #4D73BE

Tints of Havelock Blue #4D73BE

Color information

#4D73BE (or 0x4D73BE) is unknown color: approx Havelock Blue. HEX triplet: 4D, 73 and BE. RGB value is (77,115,190). Sum of RGB (Red+Green+Blue) = 77+115+190=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D73BE is #B28C41. Grayscale: #6F6F6F. Windows color (decimal): -11701314 or 12481357. OLE color: 12481357.

HSL color Cylindrical-coordinate representation of color #4D73BE: hue angle of 219.82º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D73BE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77115190-
CMYK0.590.3900.25
HSL219.82º46.5%52.35%-
HSV(B)219.82º59.47%74.51%-
XYZ18.4917.5651.13-
YUV112.19171.91102.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.16%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=20.16%
G=30.10%
B=49.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771151900.590.3900.25219.8246.552.35
Hex4D73BE3B27019dc2f34
Octal11516327673470313345764
Binary100110111100111011111011101110011101100111011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,115,190); }

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

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

 a { background-color: rgb(77,115,190); }

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

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

 span { border-color: rgb(77,115,190); }

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