#474039

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

Shades of Space Shuttle #474039

Tints of Space Shuttle #474039

Color information

#474039 (or 0x474039) is unknown color: approx Space Shuttle. HEX triplet: 47, 40 and 39. RGB value is (71,64,57). Sum of RGB (Red+Green+Blue) = 71+64+57=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #474039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474039 is #B8BFC6. Grayscale: #414141. Windows color (decimal): -12107719 or 3752007. OLE color: 3752007.

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

Color convert

RGB716457-
CMYK00.100.200.72
HSL30º10.94%25.1%-
HSV(B)30º19.72%27.84%-
XYZ5.175.34.62-
YUV65.3123.32132.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 29.69%
R=36.98%
G=33.33%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71645700.100.200.723010.9425.1
Hex4740390A14481eb19
Octal1071007101224110361331
Binary100011110000001110010101010100100100011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474039; }

 p { color: rgb(71,64,57); }

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

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

 a { background-color: rgb(71,64,57); }

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

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

 span { border-color: rgb(71,64,57); }

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