#47423A

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

Shades of Space Shuttle #47423A

Tints of Space Shuttle #47423A

Color information

#47423A (or 0x47423A) is unknown color: approx Space Shuttle. HEX triplet: 47, 42 and 3A. RGB value is (71,66,58). Sum of RGB (Red+Green+Blue) = 71+66+58=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #47423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47423A is #B8BDC5. Grayscale: #424242. Windows color (decimal): -12107206 or 3818055. OLE color: 3818055.

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

Color convert

RGB716658-
CMYK00.070.180.72
HSL36.92º10.08%25.29%-
HSV(B)36.92º18.31%27.84%-
XYZ5.315.544.79-
YUV66.58123.16131.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=36.41%
G=33.85%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71665800.070.180.7236.9210.0825.29
Hex47423A07124825a19
Octal107102720722110451231
Binary100011110000101110100111100101001000100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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