#49423C

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

Shades of Space Shuttle #49423C

Tints of Space Shuttle #49423C

Color information

#49423C (or 0x49423C) is unknown color: approx Space Shuttle. HEX triplet: 49, 42 and 3C. RGB value is (73,66,60). Sum of RGB (Red+Green+Blue) = 73+66+60=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #49423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49423C is #B6BDC3. Grayscale: #434343. Windows color (decimal): -11976132 or 3949129. OLE color: 3949129.

HSL color Cylindrical-coordinate representation of color #49423C: hue angle of 27.69º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49423C is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB736660-
CMYK00.100.180.71
HSL27.69º9.77%26.08%-
HSV(B)27.69º17.81%28.63%-
XYZ5.515.645.07-
YUV67.41123.82131.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=36.68%
G=33.17%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73666000.100.180.7127.699.7726.08
Hex49423C0A12471ca1a
Octal1111027401222107341232
Binary100100110000101111000101010010100011111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,66,60); }

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

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

 a { background-color: rgb(73,66,60); }

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

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

 span { border-color: rgb(73,66,60); }

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