#464036

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

Shades of Space Shuttle #464036

Tints of Space Shuttle #464036

Color information

#464036 (or 0x464036) is unknown color: approx Space Shuttle. HEX triplet: 46, 40 and 36. RGB value is (70,64,54). Sum of RGB (Red+Green+Blue) = 70+64+54=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #464036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464036 is #B9BFC9. Grayscale: #404040. Windows color (decimal): -12173258 or 3555398. OLE color: 3555398.

HSL color Cylindrical-coordinate representation of color #464036: hue angle of 37.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464036 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB706454-
CMYK00.090.230.73
HSL37.5º12.9%24.31%-
HSV(B)37.5º22.86%27.45%-
XYZ5.035.244.24-
YUV64.65121.99131.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 54 (21.48% from 255) = 28.72%
R=37.23%
G=34.04%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70645400.090.230.7337.512.924.31
Hex46403609174926d18
Octal1061006601127111461530
Binary1000110100000011011001001101111001001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464036; }

 p { color: rgb(70,64,54); }

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

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

 a { background-color: rgb(70,64,54); }

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

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

 span { border-color: rgb(70,64,54); }

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