Html Css Color HEX #494338 Space Shuttle

📋 copy color: '#494338'

red 73 ◦ green 67 ◦ blue 56

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

Shades of Space Shuttle #494338

Tints of Space Shuttle #494338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.57%

R = 37.24%
G = 34.18%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#494338 (or 0x494338) is known color: Space Shuttle. HEX triplet: 49, 43 and 38. RGB value is (73,67,56). Sum of RGB (Red+Green+Blue) = 73+67+56=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #494338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494338 is #B6BCC7. Grayscale: #434343. Windows color (decimal): -11975880 or 3687241. OLE color: 3687241.

HSL color Cylindrical-coordinate representation of color #494338: hue angle of 38.82º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #494338 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 56 -
CMYK 0 0.08 0.23 0.71
HSL 38.82º 0.13% 0.25% -
HSV(B) 38.82º 0.23% 0.29% -
XYZ 5.47 5.72 4.56 -
YUV 67.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 73 67 56 0 0.08 0.23 0.71 38.82 0.13 0.25
Hex 49 43 38 0 8 17 47 27 D 19
Octal 111 103 70 0 10 27 107 47 15 31
Binary 1001001 1000011 111000 0 1000 10111 1000111 100111 1101 11001

Color Harmonies of #494338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494338

Black with #494338

Text Example


Text Example

White with #494338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494338; }

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

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

background-color css

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

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

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

border-color css

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

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

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