#4D463F

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

Shades of Space Shuttle #4D463F

Tints of Space Shuttle #4D463F

Color information

#4D463F (or 0x4D463F) is unknown color: approx Space Shuttle. HEX triplet: 4D, 46 and 3F. RGB value is (77,70,63). Sum of RGB (Red+Green+Blue) = 77+70+63=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D463F is #B2B9C0. Grayscale: #474747. Windows color (decimal): -11712961 or 4146765. OLE color: 4146765.

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

Color convert

RGB777063-
CMYK00.090.180.70
HSL30º10%27.45%-
HSV(B)30º18.18%30.2%-
XYZ6.156.325.6-
YUV71.3123.32132.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.67%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 30%
R=36.67%
G=33.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77706300.090.180.70301027.45
Hex4D463F0912461ea1b
Octal1151067701122106361233
Binary100110110001101111110100110010100011011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,70,63); }

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

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

 a { background-color: rgb(77,70,63); }

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

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

 span { border-color: rgb(77,70,63); }

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