#46413C

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

Shades of Space Shuttle #46413C

Tints of Space Shuttle #46413C

Color information

#46413C (or 0x46413C) is unknown color: approx Space Shuttle. HEX triplet: 46, 41 and 3C. RGB value is (70,65,60). Sum of RGB (Red+Green+Blue) = 70+65+60=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #46413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46413C is #B9BEC3. Grayscale: #414141. Windows color (decimal): -12172996 or 3948870. OLE color: 3948870.

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

Color convert

RGB706560-
CMYK00.070.140.73
HSL30º7.69%25.49%-
HSV(B)30º14.29%27.45%-
XYZ5.235.415.04-
YUV65.92124.66130.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=35.90%
G=33.33%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70656000.070.140.73307.6925.49
Hex46413C07E491e819
Octal106101740716111361031
Binary1000110100000111110001111110100100111110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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