Html Css Color HEX #49443F Space Shuttle

📋 copy color: '#49443F'

red 73 ◦ green 68 ◦ blue 63

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

Shades of Space Shuttle #49443F

Tints of Space Shuttle #49443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

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

R = 35.78%
G = 33.33%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49443F (or 0x49443F) is known color: Space Shuttle. HEX triplet: 49, 44 and 3F. RGB value is (73,68,63). Sum of RGB (Red+Green+Blue) = 73+68+63=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 73 - color contains mainly: red. Hex color #49443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49443F is #B6BBC0. Grayscale: #444444. Windows color (decimal): -11975617 or 4146249. OLE color: 4146249.

HSL color Cylindrical-coordinate representation of color #49443F: hue angle of 30º 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 #49443F is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 63 -
CMYK 0 0.07 0.14 0.71
HSL 30º 0.07% 0.27% -
HSV(B) 30º 0.14% 0.29% -
XYZ 5.71 5.91 5.54 -
YUV 68.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 73 68 63 0 0.07 0.14 0.71 30 0.07 0.27
Hex 49 44 3F 0 7 E 47 1E 7 1B
Octal 111 104 77 0 7 16 107 36 7 33
Binary 1001001 1000100 111111 0 111 1110 1000111 11110 111 11011

Color Harmonies of #49443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49443F

Black with #49443F

Text Example


Text Example

White with #49443F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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