Html Css Color HEX #474238 Space Shuttle

📋 copy color: '#474238'

red 71 ◦ green 66 ◦ blue 56

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

Shades of Space Shuttle #474238

Tints of Space Shuttle #474238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

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

R = 36.79%
G = 34.2%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#474238 (or 0x474238) is known color: Space Shuttle. HEX triplet: 47, 42 and 38. RGB value is (71,66,56). Sum of RGB (Red+Green+Blue) = 71+66+56=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #474238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474238 is #B8BDC7. Grayscale: #424242. Windows color (decimal): -12107208 or 3686983. OLE color: 3686983.

HSL color Cylindrical-coordinate representation of color #474238: hue angle of 40º 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 #474238 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 56 -
CMYK 0 0.07 0.21 0.72
HSL 40º 0.12% 0.25% -
HSV(B) 40º 0.21% 0.28% -
XYZ 5.26 5.52 4.53 -
YUV 66.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 71 66 56 0 0.07 0.21 0.72 40 0.12 0.25
Hex 47 42 38 0 7 15 48 28 C 19
Octal 107 102 70 0 7 25 110 50 14 31
Binary 1000111 1000010 111000 0 111 10101 1001000 101000 1100 11001

Color Harmonies of #474238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474238

Black with #474238

Text Example


Text Example

White with #474238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474238; }

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

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

background-color css

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

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

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

border-color css

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

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

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