#4D73CA

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

Shades of Havelock Blue #4D73CA

Tints of Havelock Blue #4D73CA

Color information

#4D73CA (or 0x4D73CA) is unknown color: approx Havelock Blue. HEX triplet: 4D, 73 and CA. RGB value is (77,115,202). Sum of RGB (Red+Green+Blue) = 77+115+202=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D73CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D73CA is #B28C35. Grayscale: #717171. Windows color (decimal): -11701302 or 13267789. OLE color: 13267789.

HSL color Cylindrical-coordinate representation of color #4D73CA: hue angle of 221.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D73CA is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB77115202-
CMYK0.620.4300.21
HSL221.76º54.11%54.71%-
HSV(B)221.76º61.88%79.22%-
XYZ19.8518.158.33-
YUV113.56177.91101.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.54%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=19.54%
G=29.19%
B=51.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal771152020.620.4300.21221.7654.1154.71
Hex4D73CA3E2B015de3637
Octal11516331276530253366667
Binary100110111100111100101011111010101101010111011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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