Html Css Color HEX #494540 Space Shuttle

📋 copy color: '#494540'

red 73 ◦ green 69 ◦ blue 64

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

Shades of Space Shuttle #494540

Tints of Space Shuttle #494540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

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

R = 35.44%
G = 33.5%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#494540 (or 0x494540) is known color: Space Shuttle. HEX triplet: 49, 45 and 40. RGB value is (73,69,64). Sum of RGB (Red+Green+Blue) = 73+69+64=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #494540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494540 is #B6BABF. Grayscale: #454545. Windows color (decimal): -11975360 or 4212041. OLE color: 4212041.

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

Color convert

RGB 73 69 64 -
CMYK 0 0.05 0.12 0.71
HSL 33.33º 0.07% 0.27% -
HSV(B) 33.33º 0.12% 0.29% -
XYZ 5.8 6.04 5.71 -
YUV 69.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 73 69 64 0 0.05 0.12 0.71 33.33 0.07 0.27
Hex 49 45 40 0 5 C 47 21 7 1B
Octal 111 105 100 0 5 14 107 41 7 33
Binary 1001001 1000101 1000000 0 101 1100 1000111 100001 111 11011

Color Harmonies of #494540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494540

Black with #494540

Text Example


Text Example

White with #494540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494540; }

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

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

background-color css

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

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

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

border-color css

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

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

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