#474239

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

Shades of Space Shuttle #474239

Tints of Space Shuttle #474239

Color information

#474239 (or 0x474239) is unknown color: approx Space Shuttle. HEX triplet: 47, 42 and 39. RGB value is (71,66,57). Sum of RGB (Red+Green+Blue) = 71+66+57=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #474239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474239 is #B8BDC6. Grayscale: #424242. Windows color (decimal): -12107207 or 3752519. OLE color: 3752519.

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

Color convert

RGB716657-
CMYK00.070.200.72
HSL38.57º10.94%25.1%-
HSV(B)38.57º19.72%27.84%-
XYZ5.295.534.66-
YUV66.47122.66131.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=36.60%
G=34.02%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71665700.070.200.7238.5710.9425.1
Hex47423907144827b19
Octal107102710724110471331
Binary100011110000101110010111101001001000100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474239; }

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

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

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

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

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

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

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

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