#464138

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

Shades of Space Shuttle #464138

Tints of Space Shuttle #464138

Color information

#464138 (or 0x464138) is unknown color: approx Space Shuttle. HEX triplet: 46, 41 and 38. RGB value is (70,65,56). Sum of RGB (Red+Green+Blue) = 70+65+56=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #464138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464138 is #B9BEC7. Grayscale: #414141. Windows color (decimal): -12173000 or 3686726. OLE color: 3686726.

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

Color convert

RGB706556-
CMYK00.070.200.73
HSL38.57º11.11%24.71%-
HSV(B)38.57º20%27.45%-
XYZ5.135.374.51-
YUV65.47122.66131.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=36.65%
G=34.03%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70655600.070.200.7338.5711.1124.71
Hex46413807144927b19
Octal106101700724111471331
Binary100011010000011110000111101001001001100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464138; }

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

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

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

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

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

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

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

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