#474035

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

Shades of Space Shuttle #474035

Tints of Space Shuttle #474035

Color information

#474035 (or 0x474035) is unknown color: approx Space Shuttle. HEX triplet: 47, 40 and 35. RGB value is (71,64,53). Sum of RGB (Red+Green+Blue) = 71+64+53=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #474035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474035 is #B8BFCA. Grayscale: #404040. Windows color (decimal): -12107723 or 3489863. OLE color: 3489863.

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

Color convert

RGB716453-
CMYK00.100.250.72
HSL36.67º14.52%24.31%-
HSV(B)36.67º25.35%27.84%-
XYZ5.075.264.12-
YUV64.84121.32132.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=37.77%
G=34.04%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71645300.100.250.7236.6714.5224.31
Hex4740350A194825f18
Octal1071006501231110451730
Binary1000111100000011010101010110011001000100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474035; }

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

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

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

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

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

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

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

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