#4D55AE

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

Shades of Rich Blue #4D55AE

Tints of Rich Blue #4D55AE

Color information

#4D55AE (or 0x4D55AE) is unknown color: approx Rich Blue. HEX triplet: 4D, 55 and AE. RGB value is (77,85,174). Sum of RGB (Red+Green+Blue) = 77+85+174=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D55AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D55AE is #B2AA51. Grayscale: #5C5C5C. Windows color (decimal): -11709010 or 11425101. OLE color: 11425101.

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

Color convert

RGB7785174-
CMYK0.560.5100.32
HSL235.05º38.65%49.22%-
HSV(B)235.05º55.75%68.24%-
XYZ13.9511.1341.46-
YUV92.75173.85116.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=22.92%
G=25.30%
B=51.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77851740.560.5100.32235.0538.6549.22
Hex4D55AE3833020eb2731
Octal11512525670630403534761
Binary1001101101010110101110111000110011010000011101011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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