#46423A

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

Shades of Space Shuttle #46423A

Tints of Space Shuttle #46423A

Color information

#46423A (or 0x46423A) is unknown color: approx Space Shuttle. HEX triplet: 46, 42 and 3A. RGB value is (70,66,58). Sum of RGB (Red+Green+Blue) = 70+66+58=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #46423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46423A is #B9BDC5. Grayscale: #424242. Windows color (decimal): -12172742 or 3818054. OLE color: 3818054.

HSL color Cylindrical-coordinate representation of color #46423A: hue angle of 40º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #46423A is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB706658-
CMYK00.060.170.73
HSL40º9.38%25.1%-
HSV(B)40º17.14%27.45%-
XYZ5.245.54.79-
YUV66.28123.33130.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=36.08%
G=34.02%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70665800.060.170.73409.3825.1
Hex46423A06114928919
Octal106102720621111501131
Binary100011010000101110100110100011001001101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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