#46433F

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

Shades of Space Shuttle #46433F

Tints of Space Shuttle #46433F

Color information

#46433F (or 0x46433F) is unknown color: approx Space Shuttle. HEX triplet: 46, 43 and 3F. RGB value is (70,67,63). Sum of RGB (Red+Green+Blue) = 70+67+63=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 70 - color contains mainly: red. Hex color #46433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46433F is #B9BCC0. Grayscale: #434343. Windows color (decimal): -12172481 or 4145990. OLE color: 4145990.

HSL color Cylindrical-coordinate representation of color #46433F: hue angle of 34.29º 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 #46433F is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB706763-
CMYK00.040.100.73
HSL34.29º5.26%26.08%-
HSV(B)34.29º10%27.45%-
XYZ5.435.685.51-
YUV67.44125.49129.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=35%
G=33.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70676300.040.100.7334.295.2626.08
Hex46433F04A492251a
Octal10610377041211142532
Binary1000110100001111111101001010100100110001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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