Html Css Color HEX #49423C Space Shuttle

📋 copy color: '#49423C'

red 73 ◦ green 66 ◦ blue 60

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

Shades of Space Shuttle #49423C

Tints of Space Shuttle #49423C

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 value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#49423C (or 0x49423C) is known color: 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

RGB 73 66 60 -
CMYK 0 0.10 0.18 0.71
HSL 27.69º 0.1% 0.26% -
HSV(B) 27.69º 0.18% 0.29% -
XYZ 5.51 5.64 5.07 -
YUV 67.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 73 66 60 0 0.10 0.18 0.71 27.69 0.1 0.26
Hex 49 42 3C 0 A 12 47 1C A 1A
Octal 111 102 74 0 12 22 107 34 12 32
Binary 1001001 1000010 111100 0 1010 10010 1000111 11100 1010 11010

Color Harmonies of #49423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49423C

Black with #49423C

Text Example


Text Example

White with #49423C

Text Example


Text Example

HTML Codes & Css Web 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>