#474645

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

Shades of Space Shuttle #474645

Tints of Space Shuttle #474645

Color information

#474645 (or 0x474645) is unknown color: approx Space Shuttle. HEX triplet: 47, 46 and 45. RGB value is (71,70,69). Sum of RGB (Red+Green+Blue) = 71+70+69=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 71 - color contains mainly: red. Hex color #474645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474645 is #B8B9BA. Grayscale: #464646. Windows color (decimal): -12106171 or 4539975. OLE color: 4539975.

HSL color Cylindrical-coordinate representation of color #474645: hue angle of 30º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #474645 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB717069-
CMYK00.010.030.72
HSL30º1.43%27.45%-
HSV(B)30º2.82%27.84%-
XYZ5.866.156.51-
YUV70.18127.33128.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=33.81%
G=33.33%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71706900.010.030.72301.4327.45
Hex474645013481e11b
Octal10710610501311036133
Binary1000111100011010001010111100100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474645; }

 p { color: rgb(71,70,69); }

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

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

 a { background-color: rgb(71,70,69); }

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

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

 span { border-color: rgb(71,70,69); }

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