#4D49AE

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

Shades of Rich Blue #4D49AE

Tints of Rich Blue #4D49AE

Color information

#4D49AE (or 0x4D49AE) is unknown color: approx Rich Blue. HEX triplet: 4D, 49 and AE. RGB value is (77,73,174). Sum of RGB (Red+Green+Blue) = 77+73+174=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D49AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D49AE is #B2B651. Grayscale: #555555. Windows color (decimal): -11712082 or 11422029. OLE color: 11422029.

HSL color Cylindrical-coordinate representation of color #4D49AE: hue angle of 242.38º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D49AE is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7773174-
CMYK0.560.5800.32
HSL242.38º40.89%48.43%-
HSV(B)242.38º58.05%68.24%-
XYZ13.089.441.17-
YUV85.71177.83121.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.77%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=23.77%
G=22.53%
B=53.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77731740.560.5800.32242.3840.8948.43
Hex4D49AE383A020f22930
Octal11511125670720403625160
Binary1001101100100110101110111000111010010000011110010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,73,174); }

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

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

 a { background-color: rgb(77,73,174); }

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

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

 span { border-color: rgb(77,73,174); }

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