#46413D

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

Shades of Space Shuttle #46413D

Tints of Space Shuttle #46413D

Color information

#46413D (or 0x46413D) is unknown color: approx Space Shuttle. HEX triplet: 46, 41 and 3D. RGB value is (70,65,61). Sum of RGB (Red+Green+Blue) = 70+65+61=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 70 - color contains mainly: red. Hex color #46413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46413D is #B9BEC2. Grayscale: #424242. Windows color (decimal): -12172995 or 4014406. OLE color: 4014406.

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

Color convert

RGB706561-
CMYK00.070.130.73
HSL26.67º6.87%25.69%-
HSV(B)26.67º12.86%27.45%-
XYZ5.265.425.18-
YUV66.04125.16130.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=35.71%
G=33.16%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70656100.070.130.7326.676.8725.69
Hex46413D07D491b71a
Octal10610175071511133732
Binary100011010000011111010111110110010011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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