Html Css Color HEX #494542 Space Shuttle

📋 copy color: '#494542'

red 73 ◦ green 69 ◦ blue 66

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

Shades of Space Shuttle #494542

Tints of Space Shuttle #494542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.73%

R = 35.1%
G = 33.17%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#494542 (or 0x494542) is known color: Space Shuttle. HEX triplet: 49, 45 and 42. RGB value is (73,69,66). Sum of RGB (Red+Green+Blue) = 73+69+66=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #494542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494542 is #B6BABD. Grayscale: #454545. Windows color (decimal): -11975358 or 4343113. OLE color: 4343113.

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

Color convert

RGB 73 69 66 -
CMYK 0 0.05 0.10 0.71
HSL 25.71º 0.05% 0.27% -
HSV(B) 25.71º 0.1% 0.29% -
XYZ 5.86 6.07 6.02 -
YUV 69.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 73 69 66 0 0.05 0.10 0.71 25.71 0.05 0.27
Hex 49 45 42 0 5 A 47 1A 5 1B
Octal 111 105 102 0 5 12 107 32 5 33
Binary 1001001 1000101 1000010 0 101 1010 1000111 11010 101 11011

Color Harmonies of #494542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494542

Black with #494542

Text Example


Text Example

White with #494542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494542; }

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

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

background-color css

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

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

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

border-color css

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

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

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