#4E4945

Color #4E4945 Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #4E4945

Tints of Space Shuttle #4E4945

Color information

#4E4945 (or 0x4E4945) is unknown color: approx Space Shuttle. HEX triplet: 4E, 49 and 45. RGB value is (78,73,69). Sum of RGB (Red+Green+Blue) = 78+73+69=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4945 is #B1B6BA. Grayscale: #4A4A4A. Windows color (decimal): -11646651 or 4540750. OLE color: 4540750.

HSL color Cylindrical-coordinate representation of color #4E4945: hue angle of 26.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E4945 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB787369-
CMYK00.060.120.69
HSL26.67º6.12%28.82%-
HSV(B)26.67º11.54%30.59%-
XYZ6.66.816.6-
YUV74.04125.16130.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.45%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=35.45%
G=33.18%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78736900.060.120.6926.676.1228.82
Hex4E494506C451b61d
Octal116111105061410533635
Binary1001110100100110001010110110010001011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E4945; }

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

 H1.HeaderClassName
 {
   color: #4E4945;
 }
 .AnyTagClassName
 {
   color: #4E4945;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #4E4945;
 }
 .BgClassName
 {
   background-color: #4E4945;
 }
</style>
border-color css

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

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

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