Html Css Color HEX #4D547C Astronaut

📋 copy color: '#4D547C'

red 77 ◦ green 84 ◦ blue 124

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

Shades of Astronaut #4D547C

Tints of Astronaut #4D547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 27.02%
G = 29.47%
B = 43.51%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D547C (or 0x4D547C) is known color: Astronaut. HEX triplet: 4D, 54 and 7C. RGB value is (77,84,124). Sum of RGB (Red+Green+Blue) = 77+84+124=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D547C is #B2AB83. Grayscale: #565656. Windows color (decimal): -11709316 or 8148045. OLE color: 8148045.

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

Color convert

RGB 77 84 124 -
CMYK 0.38 0.32 0 0.51
HSL 231.06º 0.23% 0.39% -
HSV(B) 231.06º 0.38% 0.49% -
XYZ 9.87 9.37 20.36 -
YUV 86.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 77 84 124 0.38 0.32 0 0.51 231.06 0.23 0.39
Hex 4D 54 7C 26 20 0 33 E7 17 27
Octal 115 124 174 46 40 0 63 347 27 47
Binary 1001101 1010100 1111100 100110 100000 0 110011 11100111 10111 100111

Color Harmonies of #4D547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D547C

Black with #4D547C

Text Example


Text Example

White with #4D547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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