#4C463C

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

Shades of Space Shuttle #4C463C

Tints of Space Shuttle #4C463C

Color information

#4C463C (or 0x4C463C) is unknown color: approx Space Shuttle. HEX triplet: 4C, 46 and 3C. RGB value is (76,70,60). Sum of RGB (Red+Green+Blue) = 76+70+60=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 76 - color contains mainly: red. Hex color #4C463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C463C is #B3B9C3. Grayscale: #464646. Windows color (decimal): -11778500 or 3950156. OLE color: 3950156.

HSL color Cylindrical-coordinate representation of color #4C463C: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C463C is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB767060-
CMYK00.080.210.70
HSL37.5º11.76%26.67%-
HSV(B)37.5º21.05%29.8%-
XYZ5.996.245.16-
YUV70.65121.99131.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.89%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=36.89%
G=33.98%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76706000.080.210.7037.511.7626.67
Hex4C463C08154626c1b
Octal1141067401025106461433
Binary1001100100011011110001000101011000110100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,60); }

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

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

 a { background-color: rgb(76,70,60); }

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

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

 span { border-color: rgb(76,70,60); }

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