#46423B

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

Shades of Space Shuttle #46423B

Tints of Space Shuttle #46423B

Color information

#46423B (or 0x46423B) is unknown color: approx Space Shuttle. HEX triplet: 46, 42 and 3B. RGB value is (70,66,59). Sum of RGB (Red+Green+Blue) = 70+66+59=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #46423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46423B is #B9BDC4. Grayscale: #424242. Windows color (decimal): -12172741 or 3883590. OLE color: 3883590.

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

Color convert

RGB706659-
CMYK00.060.160.73
HSL38.18º8.53%25.29%-
HSV(B)38.18º15.71%27.45%-
XYZ5.265.514.92-
YUV66.4123.83130.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=35.90%
G=33.85%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70665900.060.160.7338.188.5325.29
Hex46423B06104926919
Octal106102730620111461131
Binary100011010000101110110110100001001001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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