#4D44AD

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

Shades of Rich Blue #4D44AD

Tints of Rich Blue #4D44AD

Color information

#4D44AD (or 0x4D44AD) is unknown color: approx Rich Blue. HEX triplet: 4D, 44 and AD. RGB value is (77,68,173). Sum of RGB (Red+Green+Blue) = 77+68+173=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D44AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D44AD is #B2BB52. Grayscale: #525252. Windows color (decimal): -11713363 or 11355213. OLE color: 11355213.

HSL color Cylindrical-coordinate representation of color #4D44AD: hue angle of 245.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D44AD is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7768173-
CMYK0.550.6100.32
HSL245.14º43.57%47.25%-
HSV(B)245.14º60.69%67.84%-
XYZ12.678.7340.55-
YUV82.66178.98123.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.21%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=24.21%
G=21.38%
B=54.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77681730.550.6100.32245.1443.5747.25
Hex4D44AD373D020f52c2f
Octal11510425567750403655457
Binary1001101100010010101101110111111101010000011110101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,68,173); }

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

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

 a { background-color: rgb(77,68,173); }

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

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

 span { border-color: rgb(77,68,173); }

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