#4D57AA

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

Shades of Rich Blue #4D57AA

Tints of Rich Blue #4D57AA

Color information

#4D57AA (or 0x4D57AA) is unknown color: approx Rich Blue. HEX triplet: 4D, 57 and AA. RGB value is (77,87,170). Sum of RGB (Red+Green+Blue) = 77+87+170=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D57AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D57AA is #B2A855. Grayscale: #5D5D5D. Windows color (decimal): -11708502 or 11163469. OLE color: 11163469.

HSL color Cylindrical-coordinate representation of color #4D57AA: hue angle of 233.55º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D57AA is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7787170-
CMYK0.550.4900.33
HSL233.55º37.65%48.43%-
HSV(B)233.55º54.71%66.67%-
XYZ13.7211.339.49-
YUV93.47171.19116.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=23.05%
G=26.05%
B=50.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77871700.550.4900.33233.5537.6548.43
Hex4D57AA3731021ea2630
Octal11512725267610413524660
Binary1001101101011110101010110111110001010000111101010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,87,170); }

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

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

 a { background-color: rgb(77,87,170); }

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

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

 span { border-color: rgb(77,87,170); }

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