#4D48AE

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

Shades of Rich Blue #4D48AE

Tints of Rich Blue #4D48AE

Color information

#4D48AE (or 0x4D48AE) is unknown color: approx Rich Blue. HEX triplet: 4D, 48 and AE. RGB value is (77,72,174). Sum of RGB (Red+Green+Blue) = 77+72+174=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D48AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D48AE is #B2B751. Grayscale: #545454. Windows color (decimal): -11712338 or 11421773. OLE color: 11421773.

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

Color convert

RGB7772174-
CMYK0.560.5900.32
HSL242.94º41.46%48.24%-
HSV(B)242.94º58.62%68.24%-
XYZ13.029.2741.15-
YUV85.12178.16122.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.84%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=23.84%
G=22.29%
B=53.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77721740.560.5900.32242.9441.4648.24
Hex4D48AE383B020f32930
Octal11511025670730403635160
Binary1001101100100010101110111000111011010000011110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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