#474440

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

Shades of Space Shuttle #474440

Tints of Space Shuttle #474440

Color information

#474440 (or 0x474440) is unknown color: approx Space Shuttle. HEX triplet: 47, 44 and 40. RGB value is (71,68,64). Sum of RGB (Red+Green+Blue) = 71+68+64=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #474440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474440 is #B8BBBF. Grayscale: #444444. Windows color (decimal): -12106688 or 4211783. OLE color: 4211783.

HSL color Cylindrical-coordinate representation of color #474440: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474440 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB716864-
CMYK00.040.100.72
HSL34.29º5.19%26.47%-
HSV(B)34.29º9.86%27.84%-
XYZ5.595.845.68-
YUV68.44125.49129.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=34.98%
G=33.50%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71686400.040.100.7234.295.1926.47
Hex47444004A482251a
Octal107104100041211042532
Binary10001111000100100000001001010100100010001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474440; }

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

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

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

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

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

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

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

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