#49547C

Color #49547C Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #49547C

Tints of Astronaut #49547C

Color information

#49547C (or 0x49547C) is unknown color: approx Astronaut. HEX triplet: 49, 54 and 7C. RGB value is (73,84,124). Sum of RGB (Red+Green+Blue) = 73+84+124=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #49547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49547C is #B6AB83. Grayscale: #555555. Windows color (decimal): -11971460 or 8148041. OLE color: 8148041.

HSL color Cylindrical-coordinate representation of color #49547C: hue angle of 227.06º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49547C is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7384124-
CMYK0.410.3200.51
HSL227.06º25.89%38.63%-
HSV(B)227.06º41.13%48.63%-
XYZ9.569.2120.34-
YUV85.27149.86119.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=25.98%
G=29.89%
B=44.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73841240.410.3200.51227.0625.8938.63
Hex49547C2920033e31a27
Octal11112417451400633433247
Binary10010011010100111110010100110000001100111110001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49547C; }

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

 H1.HeaderClassName
 {
   color: #49547C;
 }
 .AnyTagClassName
 {
   color: #49547C;
 }
</style>
background-color css

<style>
 a { background-color: #49547C; }

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

 div.DivClassName
 {
   background-color: #49547C;
 }
 .BgClassName
 {
   background-color: #49547C;
 }
</style>
border-color css

<style>
 span { border-color: #49547C; }

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

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