Html Css Color HEX #4D537C Astronaut

📋 copy color: '#4D537C'

red 77 ◦ green 83 ◦ blue 124

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

Shades of Astronaut #4D537C

Tints of Astronaut #4D537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

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

R = 27.11%
G = 29.23%
B = 43.66%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D537C (or 0x4D537C) is known color: Astronaut. HEX triplet: 4D, 53 and 7C. RGB value is (77,83,124). Sum of RGB (Red+Green+Blue) = 77+83+124=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D537C is #B2AC83. Grayscale: #555555. Windows color (decimal): -11709572 or 8147789. OLE color: 8147789.

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

Color convert

RGB 77 83 124 -
CMYK 0.38 0.33 0 0.51
HSL 232.34º 0.23% 0.39% -
HSV(B) 232.34º 0.38% 0.49% -
XYZ 9.79 9.22 20.33 -
YUV 85.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 77 83 124 0.38 0.33 0 0.51 232.34 0.23 0.39
Hex 4D 53 7C 26 21 0 33 E8 17 27
Octal 115 123 174 46 41 0 63 350 27 47
Binary 1001101 1010011 1111100 100110 100001 0 110011 11101000 10111 100111

Color Harmonies of #4D537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D537C

Black with #4D537C

Text Example


Text Example

White with #4D537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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