#464340

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

Shades of Space Shuttle #464340

Tints of Space Shuttle #464340

Color information

#464340 (or 0x464340) is unknown color: approx Space Shuttle. HEX triplet: 46, 43 and 40. RGB value is (70,67,64). Sum of RGB (Red+Green+Blue) = 70+67+64=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 70 - color contains mainly: red. Hex color #464340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464340 is #B9BCBF. Grayscale: #434343. Windows color (decimal): -12172480 or 4211526. OLE color: 4211526.

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

Color convert

RGB706764-
CMYK00.040.090.73
HSL30º4.48%26.27%-
HSV(B)30º8.57%27.45%-
XYZ5.465.695.66-
YUV67.56125.99129.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=34.83%
G=33.33%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70676400.040.090.73304.4826.27
Hex464340049491e41a
Octal106103100041111136432
Binary1000110100001110000000100100110010011111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464340; }

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

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

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

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

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

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

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

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