Html Css Color HEX #494640 Space Shuttle

📋 copy color: '#494640'

red 73 ◦ green 70 ◦ blue 64

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

Shades of Space Shuttle #494640

Tints of Space Shuttle #494640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 35.27%
G = 33.82%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#494640 (or 0x494640) is known color: Space Shuttle. HEX triplet: 49, 46 and 40. RGB value is (73,70,64). Sum of RGB (Red+Green+Blue) = 73+70+64=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #494640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494640 is #B6B9BF. Grayscale: #464646. Windows color (decimal): -11975104 or 4212297. OLE color: 4212297.

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

Color convert

RGB 73 70 64 -
CMYK 0 0.04 0.12 0.71
HSL 40º 0.07% 0.27% -
HSV(B) 40º 0.12% 0.29% -
XYZ 5.86 6.17 5.73 -
YUV 70.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 73 70 64 0 0.04 0.12 0.71 40 0.07 0.27
Hex 49 46 40 0 4 C 47 28 7 1B
Octal 111 106 100 0 4 14 107 50 7 33
Binary 1001001 1000110 1000000 0 100 1100 1000111 101000 111 11011

Color Harmonies of #494640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494640

Black with #494640

Text Example


Text Example

White with #494640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494640; }

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

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

background-color css

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

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

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

border-color css

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

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

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