#46403B

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

Shades of Space Shuttle #46403B

Tints of Space Shuttle #46403B

Color information

#46403B (or 0x46403B) is unknown color: approx Space Shuttle. HEX triplet: 46, 40 and 3B. RGB value is (70,64,59). Sum of RGB (Red+Green+Blue) = 70+64+59=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 70 - color contains mainly: red. Hex color #46403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46403B is #B9BFC4. Grayscale: #414141. Windows color (decimal): -12173253 or 3883078. OLE color: 3883078.

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

Color convert

RGB706459-
CMYK00.090.160.73
HSL27.27º8.53%25.29%-
HSV(B)27.27º15.71%27.45%-
XYZ5.155.284.89-
YUV65.22124.49131.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=36.27%
G=33.16%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70645900.090.160.7327.278.5325.29
Hex46403B0910491b919
Octal1061007301120111331131
Binary100011010000001110110100110000100100111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46403B; }

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

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

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

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

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

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

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

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