#46423C

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

Shades of Space Shuttle #46423C

Tints of Space Shuttle #46423C

Color information

#46423C (or 0x46423C) is unknown color: approx Space Shuttle. HEX triplet: 46, 42 and 3C. RGB value is (70,66,60). Sum of RGB (Red+Green+Blue) = 70+66+60=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 70 - color contains mainly: red. Hex color #46423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46423C is #B9BDC3. Grayscale: #424242. Windows color (decimal): -12172740 or 3949126. OLE color: 3949126.

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

Color convert

RGB706660-
CMYK00.060.140.73
HSL36º7.69%25.49%-
HSV(B)36º14.29%27.45%-
XYZ5.295.525.06-
YUV66.51124.33130.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=35.71%
G=33.67%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70666000.060.140.73367.6925.49
Hex46423C06E4924819
Octal106102740616111441031
Binary10001101000010111100011011101001001100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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