#474238

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

Shades of Space Shuttle #474238

Tints of Space Shuttle #474238

Color information

#474238 (or 0x474238) is unknown color: approx Space Shuttle. HEX triplet: 47, 42 and 38. RGB value is (71,66,56). Sum of RGB (Red+Green+Blue) = 71+66+56=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #474238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474238 is #B8BDC7. Grayscale: #424242. Windows color (decimal): -12107208 or 3686983. OLE color: 3686983.

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

Color convert

RGB716656-
CMYK00.070.210.72
HSL40º11.81%24.9%-
HSV(B)40º21.13%27.84%-
XYZ5.265.524.53-
YUV66.35122.16131.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=36.79%
G=34.20%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71665600.070.210.724011.8124.9
Hex47423807154828c19
Octal107102700725110501431
Binary100011110000101110000111101011001000101000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474238; }

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

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

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

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

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

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

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

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