#49413A

Color #49413A Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #49413A

Tints of Space Shuttle #49413A

Color information

#49413A (or 0x49413A) is unknown color: approx Space Shuttle. HEX triplet: 49, 41 and 3A. RGB value is (73,65,58). Sum of RGB (Red+Green+Blue) = 73+65+58=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #49413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49413A is #B6BEC5. Grayscale: #424242. Windows color (decimal): -11976390 or 3817801. OLE color: 3817801.

HSL color Cylindrical-coordinate representation of color #49413A: hue angle of 28º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #49413A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB736558-
CMYK00.110.210.71
HSL28º11.45%25.69%-
HSV(B)28º20.55%28.63%-
XYZ5.45.54.78-
YUV66.59123.15132.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=37.24%
G=33.16%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73655800.110.210.712811.4525.69
Hex49413A0B15471cb1a
Octal1111017201325107341332
Binary100100110000011110100101110101100011111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49413A; }

 p { color: rgb(73,65,58); }

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

<style>
 a { background-color: #49413A; }

 a { background-color: rgb(73,65,58); }

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

<style>
 span { border-color: #49413A; }

 span { border-color: rgb(73,65,58); }

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