#46423F

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

Shades of Space Shuttle #46423F

Tints of Space Shuttle #46423F

Color information

#46423F (or 0x46423F) is unknown color: approx Space Shuttle. HEX triplet: 46, 42 and 3F. RGB value is (70,66,63). Sum of RGB (Red+Green+Blue) = 70+66+63=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 70 - color contains mainly: red. Hex color #46423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46423F is #B9BDC0. Grayscale: #424242. Windows color (decimal): -12172737 or 4145734. OLE color: 4145734.

HSL color Cylindrical-coordinate representation of color #46423F: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46423F is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB706663-
CMYK00.060.100.73
HSL25.71º5.26%26.08%-
HSV(B)25.71º10%27.45%-
XYZ5.375.565.49-
YUV66.85125.83130.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 63 (25% from 255) = 31.66%
R=35.18%
G=33.17%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70666300.060.100.7325.715.2626.08
Hex46423F06A491a51a
Octal10610277061211132532
Binary100011010000101111110110101010010011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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