Html Css Color HEX #4E4740 Space Shuttle

📋 copy color: '#4E4740'

red 78 ◦ green 71 ◦ blue 64

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

Shades of Space Shuttle #4E4740

Tints of Space Shuttle #4E4740

RGB

 RED value IS 78 (30.86% from 255) = 36.62%

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

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

R = 36.62%
G = 33.33%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#4E4740 (or 0x4E4740) is known color: Space Shuttle. HEX triplet: 4E, 47 and 40. RGB value is (78,71,64). Sum of RGB (Red+Green+Blue) = 78+71+64=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4740 is #B1B8BF. Grayscale: #484848. Windows color (decimal): -11647168 or 4212558. OLE color: 4212558.

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

Color convert

RGB 78 71 64 -
CMYK 0 0.09 0.18 0.69
HSL 30º 0.1% 0.28% -
HSV(B) 30º 0.18% 0.31% -
XYZ 6.32 6.5 5.77 -
YUV 72.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 78 71 64 0 0.09 0.18 0.69 30 0.1 0.28
Hex 4E 47 40 0 9 12 45 1E A 1C
Octal 116 107 100 0 11 22 105 36 12 34
Binary 1001110 1000111 1000000 0 1001 10010 1000101 11110 1010 11100

Color Harmonies of #4E4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4740

Black with #4E4740

Text Example


Text Example

White with #4E4740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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