Html Css Color HEX #494541 Space Shuttle

📋 copy color: '#494541'

red 73 ◦ green 69 ◦ blue 65

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

Shades of Space Shuttle #494541

Tints of Space Shuttle #494541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 35.27%
G = 33.33%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#494541 (or 0x494541) is known color: Space Shuttle. HEX triplet: 49, 45 and 41. RGB value is (73,69,65). Sum of RGB (Red+Green+Blue) = 73+69+65=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #494541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494541 is #B6BABE. Grayscale: #454545. Windows color (decimal): -11975359 or 4277577. OLE color: 4277577.

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

Color convert

RGB 73 69 65 -
CMYK 0 0.05 0.11 0.71
HSL 30º 0.06% 0.27% -
HSV(B) 30º 0.11% 0.29% -
XYZ 5.83 6.05 5.86 -
YUV 69.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 73 69 65 0 0.05 0.11 0.71 30 0.06 0.27
Hex 49 45 41 0 5 B 47 1E 6 1B
Octal 111 105 101 0 5 13 107 36 6 33
Binary 1001001 1000101 1000001 0 101 1011 1000111 11110 110 11011

Color Harmonies of #494541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494541

Black with #494541

Text Example


Text Example

White with #494541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494541; }

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

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

background-color css

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

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

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

border-color css

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

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

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