Html Css Color HEX #49433F Space Shuttle

📋 copy color: '#49433F'

red 73 ◦ green 67 ◦ blue 63

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

Shades of Space Shuttle #49433F

Tints of Space Shuttle #49433F

RGB

 RED value IS 73 (28.91% from 255) = 35.96%

 GREEN value IS 67 (26.56% from 255) = 33%

 BLUE value IS 63 (25% from 255) = 31.03%

R = 35.96%
G = 33%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49433F (or 0x49433F) is known color: Space Shuttle. HEX triplet: 49, 43 and 3F. RGB value is (73,67,63). Sum of RGB (Red+Green+Blue) = 73+67+63=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #49433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49433F is #B6BCC0. Grayscale: #444444. Windows color (decimal): -11975873 or 4145993. OLE color: 4145993.

HSL color Cylindrical-coordinate representation of color #49433F: hue angle of 24º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49433F is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 63 -
CMYK 0 0.08 0.14 0.71
HSL 24º 0.07% 0.27% -
HSV(B) 24º 0.14% 0.29% -
XYZ 5.65 5.79 5.52 -
YUV 68.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 73 67 63 0 0.08 0.14 0.71 24 0.07 0.27
Hex 49 43 3F 0 8 E 47 18 7 1B
Octal 111 103 77 0 10 16 107 30 7 33
Binary 1001001 1000011 111111 0 1000 1110 1000111 11000 111 11011

Color Harmonies of #49433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49433F

Black with #49433F

Text Example


Text Example

White with #49433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49433F; }

 p { color: rgb(73,67,63); }

 H1.HeaderClassName
 {
   color: #49433F;
 }
 .AnyTagClassName
 {
   color: #49433F;
 }
</style>

background-color css

<style>
 a { background-color: #49433F; }

 a { background-color: rgb(73,67,63); }

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

border-color css

<style>
 span { border-color: #49433F; }

 span { border-color: rgb(73,67,63); }

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