#46403A

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

Shades of Space Shuttle #46403A

Tints of Space Shuttle #46403A

Color information

#46403A (or 0x46403A) is unknown color: approx Space Shuttle. HEX triplet: 46, 40 and 3A. RGB value is (70,64,58). Sum of RGB (Red+Green+Blue) = 70+64+58=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 70 - color contains mainly: red. Hex color #46403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46403A is #B9BFC5. Grayscale: #414141. Windows color (decimal): -12173254 or 3817542. OLE color: 3817542.

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

Color convert

RGB706458-
CMYK00.090.170.73
HSL30º9.38%25.1%-
HSV(B)30º17.14%27.45%-
XYZ5.125.274.75-
YUV65.11123.99131.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=36.46%
G=33.33%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70645800.090.170.73309.3825.1
Hex46403A0911491e919
Octal1061007201121111361131
Binary100011010000001110100100110001100100111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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