#4D557C

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

Shades of Astronaut #4D557C

Tints of Astronaut #4D557C

Color information

#4D557C (or 0x4D557C) is unknown color: approx Astronaut. HEX triplet: 4D, 55 and 7C. RGB value is (77,85,124). Sum of RGB (Red+Green+Blue) = 77+85+124=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D557C is #B2AA83. Grayscale: #565656. Windows color (decimal): -11709060 or 8148301. OLE color: 8148301.

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

Color convert

RGB7785124-
CMYK0.380.3100.51
HSL229.79º23.38%39.41%-
HSV(B)229.79º37.9%48.63%-
XYZ9.959.5320.38-
YUV87.05148.85120.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.92%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=26.92%
G=29.72%
B=43.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77851240.380.3100.51229.7923.3839.41
Hex4D557C261F033e61727
Octal11512517446370633462747
Binary1001101101010111111001001101111101100111110011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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