Html Css Color HEX #4D557F Astronaut

📋 copy color: '#4D557F'

red 77 ◦ green 85 ◦ blue 127

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

Shades of Astronaut #4D557F

Tints of Astronaut #4D557F

RGB

 RED value IS 77 (30.47% from 255) = 26.64%

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 127 (50% from 255) = 43.94%

R = 26.64%
G = 29.41%
B = 43.94%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D557F (or 0x4D557F) is known color: Astronaut. HEX triplet: 4D, 55 and 7F. RGB value is (77,85,127). Sum of RGB (Red+Green+Blue) = 77+85+127=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D557F is #B2AA80. Grayscale: #575757. Windows color (decimal): -11709057 or 8344909. OLE color: 8344909.

HSL color Cylindrical-coordinate representation of color #4D557F: hue angle of 230.4º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D557F is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 85 127 -
CMYK 0.39 0.33 0 0.50
HSL 230.4º 0.25% 0.4% -
HSV(B) 230.4º 0.39% 0.5% -
XYZ 10.14 9.61 21.4 -
YUV 87.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 77 85 127 0.39 0.33 0 0.50 230.4 0.25 0.4
Hex 4D 55 7F 27 21 0 32 E6 19 28
Octal 115 125 177 47 41 0 62 346 31 50
Binary 1001101 1010101 1111111 100111 100001 0 110010 11100110 11001 101000

Color Harmonies of #4D557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D557F

Black with #4D557F

Text Example


Text Example

White with #4D557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D557F;
 }
 .AnyTagClassName
 {
   color: #4D557F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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