Html Css Color HEX #4F4740 Space Shuttle

📋 copy color: '#4F4740'

red 79 ◦ green 71 ◦ blue 64

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

Shades of Space Shuttle #4F4740

Tints of Space Shuttle #4F4740

RGB

 RED value IS 79 (31.25% from 255) = 36.92%

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 36.92%
G = 33.18%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4F4740 (or 0x4F4740) is known color: Space Shuttle. HEX triplet: 4F, 47 and 40. RGB value is (79,71,64). Sum of RGB (Red+Green+Blue) = 79+71+64=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4740 is #B0B8BF. Grayscale: #484848. Windows color (decimal): -11581632 or 4212559. OLE color: 4212559.

HSL color Cylindrical-coordinate representation of color #4F4740: hue angle of 28º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4740 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 71 64 -
CMYK 0 0.10 0.19 0.69
HSL 28º 0.1% 0.28% -
HSV(B) 28º 0.19% 0.31% -
XYZ 6.4 6.54 5.78 -
YUV 72.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 79 71 64 0 0.10 0.19 0.69 28 0.1 0.28
Hex 4F 47 40 0 A 13 45 1C A 1C
Octal 117 107 100 0 12 23 105 34 12 34
Binary 1001111 1000111 1000000 0 1010 10011 1000101 11100 1010 11100

Color Harmonies of #4F4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4740

Black with #4F4740

Text Example


Text Example

White with #4F4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F4740; }

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

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

background-color css

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

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

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

border-color css

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

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

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