Html Css Color HEX #4D557C Astronaut

📋 copy color: '#4D557C'

red 77 ◦ green 85 ◦ blue 124

#4D557C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #4D557C

Tints of Astronaut #4D557C

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 value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D557C (or 0x4D557C) is known color: 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

RGB 77 85 124 -
CMYK 0.38 0.31 0 0.51
HSL 229.79º 0.23% 0.39% -
HSV(B) 229.79º 0.38% 0.49% -
XYZ 9.95 9.53 20.38 -
YUV 87.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 77 85 124 0.38 0.31 0 0.51 229.79 0.23 0.39
Hex 4D 55 7C 26 1F 0 33 E6 17 27
Octal 115 125 174 46 37 0 63 346 27 47
Binary 1001101 1010101 1111100 100110 11111 0 110011 11100110 10111 100111

Color Harmonies of #4D557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D557C

Black with #4D557C

Text Example


Text Example

White with #4D557C

Text Example


Text Example

HTML Codes & Css Web 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>