#49547B

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

Shades of Astronaut #49547B

Tints of Astronaut #49547B

Color information

#49547B (or 0x49547B) is unknown color: approx Astronaut. HEX triplet: 49, 54 and 7B. RGB value is (73,84,123). Sum of RGB (Red+Green+Blue) = 73+84+123=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #49547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49547B is #B6AB84. Grayscale: #545454. Windows color (decimal): -11971461 or 8082505. OLE color: 8082505.

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

Color convert

RGB7384123-
CMYK0.410.3200.52
HSL226.8º25.51%38.43%-
HSV(B)226.8º40.65%48.24%-
XYZ9.499.1920.01-
YUV85.16149.36119.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=26.07%
G=30%
B=43.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73841230.410.3200.52226.825.5138.43
Hex49547B2920034e31a26
Octal11112417351400643433246
Binary10010011010100111101110100110000001101001110001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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