Html Css Color HEX #494036 Space Shuttle

📋 copy color: '#494036'

red 73 ◦ green 64 ◦ blue 54

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

Shades of Space Shuttle #494036

Tints of Space Shuttle #494036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 54 (21.48% from 255) = 28.27%

R = 38.22%
G = 33.51%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#494036 (or 0x494036) is known color: Space Shuttle. HEX triplet: 49, 40 and 36. RGB value is (73,64,54). Sum of RGB (Red+Green+Blue) = 73+64+54=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #494036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494036 is #B6BFC9. Grayscale: #414141. Windows color (decimal): -11976650 or 3555401. OLE color: 3555401.

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

Color convert

RGB 73 64 54 -
CMYK 0 0.12 0.26 0.71
HSL 31.58º 0.15% 0.25% -
HSV(B) 31.58º 0.26% 0.29% -
XYZ 5.25 5.35 4.25 -
YUV 65.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 73 64 54 0 0.12 0.26 0.71 31.58 0.15 0.25
Hex 49 40 36 0 C 1A 47 20 F 19
Octal 111 100 66 0 14 32 107 40 17 31
Binary 1001001 1000000 110110 0 1100 11010 1000111 100000 1111 11001

Color Harmonies of #494036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494036

Black with #494036

Text Example


Text Example

White with #494036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494036; }

 p { color: rgb(73,64,54); }

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

background-color css

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

 a { background-color: rgb(73,64,54); }

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

border-color css

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

 span { border-color: rgb(73,64,54); }

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