Html Css Color HEX #474541 Space Shuttle

📋 copy color: '#474541'

red 71 ◦ green 69 ◦ blue 65

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

Shades of Space Shuttle #474541

Tints of Space Shuttle #474541

RGB

 RED value IS 71 (28.13% from 255) = 34.63%

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 34.63%
G = 33.66%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#474541 (or 0x474541) is known color: Space Shuttle. HEX triplet: 47, 45 and 41. RGB value is (71,69,65). Sum of RGB (Red+Green+Blue) = 71+69+65=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 71 - color contains mainly: red. Hex color #474541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474541 is #B8BABE. Grayscale: #454545. Windows color (decimal): -12106431 or 4277575. OLE color: 4277575.

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

Color convert

RGB 71 69 65 -
CMYK 0 0.03 0.08 0.72
HSL 40º 0.04% 0.27% -
HSV(B) 40º 0.08% 0.28% -
XYZ 5.68 5.98 5.86 -
YUV 69.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 71 69 65 0 0.03 0.08 0.72 40 0.04 0.27
Hex 47 45 41 0 3 8 48 28 4 1B
Octal 107 105 101 0 3 10 110 50 4 33
Binary 1000111 1000101 1000001 0 11 1000 1001000 101000 100 11011

Color Harmonies of #474541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474541

Black with #474541

Text Example


Text Example

White with #474541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474541; }

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

 H1.HeaderClassName
 {
   color: #474541;
 }
 .AnyTagClassName
 {
   color: #474541;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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