Html Css Color HEX #474038 Space Shuttle

📋 copy color: '#474038'

red 71 ◦ green 64 ◦ blue 56

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

Shades of Space Shuttle #474038

Tints of Space Shuttle #474038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 56 (22.27% from 255) = 29.32%

R = 37.17%
G = 33.51%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#474038 (or 0x474038) is known color: Space Shuttle. HEX triplet: 47, 40 and 38. RGB value is (71,64,56). Sum of RGB (Red+Green+Blue) = 71+64+56=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #474038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474038 is #B8BFC7. Grayscale: #414141. Windows color (decimal): -12107720 or 3686471. OLE color: 3686471.

HSL color Cylindrical-coordinate representation of color #474038: hue angle of 32º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #474038 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 64 56 -
CMYK 0 0.10 0.21 0.72
HSL 32º 0.12% 0.25% -
HSV(B) 32º 0.21% 0.28% -
XYZ 5.15 5.29 4.49 -
YUV 65.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 71 64 56 0 0.10 0.21 0.72 32 0.12 0.25
Hex 47 40 38 0 A 15 48 20 C 19
Octal 107 100 70 0 12 25 110 40 14 31
Binary 1000111 1000000 111000 0 1010 10101 1001000 100000 1100 11001

Color Harmonies of #474038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474038

Black with #474038

Text Example


Text Example

White with #474038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474038; }

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

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

background-color css

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

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

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

border-color css

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

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

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