#464440

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

Shades of Space Shuttle #464440

Tints of Space Shuttle #464440

Color information

#464440 (or 0x464440) is unknown color: approx Space Shuttle. HEX triplet: 46, 44 and 40. RGB value is (70,68,64). Sum of RGB (Red+Green+Blue) = 70+68+64=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 70 - color contains mainly: red. Hex color #464440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464440 is #B9BBBF. Grayscale: #444444. Windows color (decimal): -12172224 or 4211782. OLE color: 4211782.

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

Color convert

RGB706864-
CMYK00.030.090.73
HSL40º4.48%26.27%-
HSV(B)40º8.57%27.45%-
XYZ5.525.815.68-
YUV68.14125.66129.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=34.65%
G=33.66%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70686400.030.090.73404.4826.27
Hex464440039492841a
Octal106104100031111150432
Binary1000110100010010000000111001100100110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464440; }

 p { color: rgb(70,68,64); }

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

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

 a { background-color: rgb(70,68,64); }

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

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

 span { border-color: rgb(70,68,64); }

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