#4C4845

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

Shades of Space Shuttle #4C4845

Tints of Space Shuttle #4C4845

Color information

#4C4845 (or 0x4C4845) is unknown color: approx Space Shuttle. HEX triplet: 4C, 48 and 45. RGB value is (76,72,69). Sum of RGB (Red+Green+Blue) = 76+72+69=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4845 is #B3B7BA. Grayscale: #484848. Windows color (decimal): -11777979 or 4540492. OLE color: 4540492.

HSL color Cylindrical-coordinate representation of color #4C4845: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C4845 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB767269-
CMYK00.050.090.70
HSL25.71º4.83%28.43%-
HSV(B)25.71º9.21%29.8%-
XYZ6.376.66.57-
YUV72.85125.83130.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=35.02%
G=33.18%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76726900.050.090.7025.714.8328.43
Hex4C4845059461a51c
Octal114110105051110632534
Binary1001100100100010001010101100110001101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,69); }

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

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

 a { background-color: rgb(76,72,69); }

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

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

 span { border-color: rgb(76,72,69); }

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