#464038

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

Shades of Space Shuttle #464038

Tints of Space Shuttle #464038

Color information

#464038 (or 0x464038) is unknown color: approx Space Shuttle. HEX triplet: 46, 40 and 38. RGB value is (70,64,56). Sum of RGB (Red+Green+Blue) = 70+64+56=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #464038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464038 is #B9BFC7. Grayscale: #404040. Windows color (decimal): -12173256 or 3686470. OLE color: 3686470.

HSL color Cylindrical-coordinate representation of color #464038: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464038 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB706456-
CMYK00.090.200.73
HSL34.29º11.11%24.71%-
HSV(B)34.29º20%27.45%-
XYZ5.075.254.49-
YUV64.88122.99131.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 56 (22.27% from 255) = 29.47%
R=36.84%
G=33.68%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70645600.090.200.7334.2911.1124.71
Hex46403809144922b19
Octal1061007001124111421331
Binary1000110100000011100001001101001001001100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464038; }

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

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

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

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

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

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

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

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