Html Css Color HEX #4D517C Astronaut

📋 copy color: '#4D517C'

red 77 ◦ green 81 ◦ blue 124

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

Shades of Astronaut #4D517C

Tints of Astronaut #4D517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 27.3%
G = 28.72%
B = 43.97%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D517C (or 0x4D517C) is known color: Astronaut. HEX triplet: 4D, 51 and 7C. RGB value is (77,81,124). Sum of RGB (Red+Green+Blue) = 77+81+124=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D517C is #B2AE83. Grayscale: #545454. Windows color (decimal): -11710084 or 8147277. OLE color: 8147277.

HSL color Cylindrical-coordinate representation of color #4D517C: hue angle of 234.89º 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 #4D517C is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 81 124 -
CMYK 0.38 0.35 0 0.51
HSL 234.89º 0.23% 0.39% -
HSV(B) 234.89º 0.38% 0.49% -
XYZ 9.64 8.92 20.28 -
YUV 84.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 77 81 124 0.38 0.35 0 0.51 234.89 0.23 0.39
Hex 4D 51 7C 26 23 0 33 EB 17 27
Octal 115 121 174 46 43 0 63 353 27 47
Binary 1001101 1010001 1111100 100110 100011 0 110011 11101011 10111 100111

Color Harmonies of #4D517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D517C

Black with #4D517C

Text Example


Text Example

White with #4D517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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