#47423E

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

Shades of Space Shuttle #47423E

Tints of Space Shuttle #47423E

Color information

#47423E (or 0x47423E) is unknown color: approx Space Shuttle. HEX triplet: 47, 42 and 3E. RGB value is (71,66,62). Sum of RGB (Red+Green+Blue) = 71+66+62=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #47423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47423E is #B8BDC1. Grayscale: #434343. Windows color (decimal): -12107202 or 4080199. OLE color: 4080199.

HSL color Cylindrical-coordinate representation of color #47423E: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47423E is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB716662-
CMYK00.070.130.72
HSL26.67º6.77%26.08%-
HSV(B)26.67º12.68%27.84%-
XYZ5.425.585.35-
YUV67.04125.16130.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=35.68%
G=33.17%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71666200.070.130.7226.676.7726.08
Hex47423E07D481b71a
Octal10710276071511033732
Binary100011110000101111100111110110010001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47423E; }

 p { color: rgb(71,66,62); }

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

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

 a { background-color: rgb(71,66,62); }

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

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

 span { border-color: rgb(71,66,62); }

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