#46423E

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

Shades of Space Shuttle #46423E

Tints of Space Shuttle #46423E

Color information

#46423E (or 0x46423E) is unknown color: approx Space Shuttle. HEX triplet: 46, 42 and 3E. RGB value is (70,66,62). Sum of RGB (Red+Green+Blue) = 70+66+62=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 70 - color contains mainly: red. Hex color #46423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46423E is #B9BDC1. Grayscale: #424242. Windows color (decimal): -12172738 or 4080198. OLE color: 4080198.

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

Color convert

RGB706662-
CMYK00.060.110.73
HSL30º6.06%25.88%-
HSV(B)30º11.43%27.45%-
XYZ5.345.555.35-
YUV66.74125.33130.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=35.35%
G=33.33%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70666200.060.110.73306.0625.88
Hex46423E06B491e61a
Octal10610276061311136632
Binary100011010000101111100110101110010011111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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