Html Css Color HEX #474645 Space Shuttle

📋 copy color: '#474645'

red 71 ◦ green 70 ◦ blue 69

#474645
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Space Shuttle #474645

Tints of Space Shuttle #474645

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#474645 (or 0x474645) is known color: 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

RGB 71 70 69 -
CMYK 0 0.01 0.03 0.72
HSL 30º 0.01% 0.27% -
HSV(B) 30º 0.03% 0.28% -
XYZ 5.86 6.15 6.51 -
YUV 70.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 71 70 69 0 0.01 0.03 0.72 30 0.01 0.27
Hex 47 46 45 0 1 3 48 1E 1 1B
Octal 107 106 105 0 1 3 110 36 1 33
Binary 1000111 1000110 1000101 0 1 11 1001000 11110 1 11011

Color Harmonies of #474645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474645

Black with #474645

Text Example


Text Example

White with #474645

Text Example


Text Example

HTML Codes & Css Web 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>