#46413B

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

Shades of Space Shuttle #46413B

Tints of Space Shuttle #46413B

Color information

#46413B (or 0x46413B) is unknown color: approx Space Shuttle. HEX triplet: 46, 41 and 3B. RGB value is (70,65,59). Sum of RGB (Red+Green+Blue) = 70+65+59=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #46413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46413B is #B9BEC4. Grayscale: #414141. Windows color (decimal): -12172997 or 3883334. OLE color: 3883334.

HSL color Cylindrical-coordinate representation of color #46413B: hue angle of 32.73º 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 #46413B is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB706559-
CMYK00.070.160.73
HSL32.73º8.53%25.29%-
HSV(B)32.73º15.71%27.45%-
XYZ5.215.44.91-
YUV65.81124.16130.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=36.08%
G=33.51%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70655900.070.160.7332.738.5325.29
Hex46413B07104921919
Octal106101730720111411131
Binary100011010000011110110111100001001001100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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