Html Css Color HEX #494440 Space Shuttle

📋 copy color: '#494440'

red 73 ◦ green 68 ◦ blue 64

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

Shades of Space Shuttle #494440

Tints of Space Shuttle #494440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

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

R = 35.61%
G = 33.17%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#494440 (or 0x494440) is known color: Space Shuttle. HEX triplet: 49, 44 and 40. RGB value is (73,68,64). Sum of RGB (Red+Green+Blue) = 73+68+64=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 73 - color contains mainly: red. Hex color #494440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494440 is #B6BBBF. Grayscale: #454545. Windows color (decimal): -11975616 or 4211785. OLE color: 4211785.

HSL color Cylindrical-coordinate representation of color #494440: hue angle of 26.67º 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 #494440 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 64 -
CMYK 0 0.07 0.12 0.71
HSL 26.67º 0.07% 0.27% -
HSV(B) 26.67º 0.12% 0.29% -
XYZ 5.74 5.92 5.69 -
YUV 69.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 73 68 64 0 0.07 0.12 0.71 26.67 0.07 0.27
Hex 49 44 40 0 7 C 47 1B 7 1B
Octal 111 104 100 0 7 14 107 33 7 33
Binary 1001001 1000100 1000000 0 111 1100 1000111 11011 111 11011

Color Harmonies of #494440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494440

Black with #494440

Text Example


Text Example

White with #494440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494440; }

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

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

background-color css

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

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

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

border-color css

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

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

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