Html Css Color HEX #494644 Space Shuttle

📋 copy color: '#494644'

red 73 ◦ green 70 ◦ blue 68

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

Shades of Space Shuttle #494644

Tints of Space Shuttle #494644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 68 (26.95% from 255) = 32.23%

R = 34.6%
G = 33.18%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#494644 (or 0x494644) is known color: Space Shuttle. HEX triplet: 49, 46 and 44. RGB value is (73,70,68). Sum of RGB (Red+Green+Blue) = 73+70+68=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 73 - color contains mainly: red. Hex color #494644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494644 is #B6B9BB. Grayscale: #464646. Windows color (decimal): -11975100 or 4474441. OLE color: 4474441.

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

Color convert

RGB 73 70 68 -
CMYK 0 0.04 0.07 0.71
HSL 24º 0.04% 0.28% -
HSV(B) 24º 0.07% 0.29% -
XYZ 5.98 6.21 6.35 -
YUV 70.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 73 70 68 0 0.04 0.07 0.71 24 0.04 0.28
Hex 49 46 44 0 4 7 47 18 4 1C
Octal 111 106 104 0 4 7 107 30 4 34
Binary 1001001 1000110 1000100 0 100 111 1000111 11000 100 11100

Color Harmonies of #494644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494644

Black with #494644

Text Example


Text Example

White with #494644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494644; }

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

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

background-color css

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

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

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

border-color css

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

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

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