#4D55A9

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

Shades of Rich Blue #4D55A9

Tints of Rich Blue #4D55A9

Color information

#4D55A9 (or 0x4D55A9) is unknown color: approx Rich Blue. HEX triplet: 4D, 55 and A9. RGB value is (77,85,169). Sum of RGB (Red+Green+Blue) = 77+85+169=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D55A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D55A9 is #B2AA56. Grayscale: #5B5B5B. Windows color (decimal): -11709015 or 11097421. OLE color: 11097421.

HSL color Cylindrical-coordinate representation of color #4D55A9: hue angle of 234.78º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D55A9 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7785169-
CMYK0.540.5000.34
HSL234.78º37.4%48.24%-
HSV(B)234.78º54.44%66.27%-
XYZ13.4710.9438.94-
YUV92.18171.35117.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.26%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 169 (66.41% from 255) = 51.06%
R=23.26%
G=25.68%
B=51.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal77851690.540.5000.34234.7837.448.24
Hex4D55A93632022eb2530
Octal11512525166620423534560
Binary1001101101010110101001110110110010010001011101011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D55A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,169); }

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

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

 a { background-color: rgb(77,85,169); }

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

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

 span { border-color: rgb(77,85,169); }

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