Html Css Color HEX #494641 Space Shuttle

📋 copy color: '#494641'

red 73 ◦ green 70 ◦ blue 65

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

Shades of Space Shuttle #494641

Tints of Space Shuttle #494641

RGB

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

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

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

R = 35.1%
G = 33.65%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#494641 (or 0x494641) is known color: Space Shuttle. HEX triplet: 49, 46 and 41. RGB value is (73,70,65). Sum of RGB (Red+Green+Blue) = 73+70+65=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #494641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494641 is #B6B9BE. Grayscale: #464646. Windows color (decimal): -11975103 or 4277833. OLE color: 4277833.

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

Color convert

RGB 73 70 65 -
CMYK 0 0.04 0.11 0.71
HSL 37.5º 0.06% 0.27% -
HSV(B) 37.5º 0.11% 0.29% -
XYZ 5.89 6.18 5.88 -
YUV 70.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 73 70 65 0 0.04 0.11 0.71 37.5 0.06 0.27
Hex 49 46 41 0 4 B 47 26 6 1B
Octal 111 106 101 0 4 13 107 46 6 33
Binary 1001001 1000110 1000001 0 100 1011 1000111 100110 110 11011

Color Harmonies of #494641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494641

Black with #494641

Text Example


Text Example

White with #494641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494641; }

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

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

background-color css

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

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

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

border-color css

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

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

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