Html Css Color HEX #4A4440 Space Shuttle

📋 copy color: '#4A4440'

red 74 ◦ green 68 ◦ blue 64

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

Shades of Space Shuttle #4A4440

Tints of Space Shuttle #4A4440

RGB

 RED value IS 74 (29.3% from 255) = 35.92%

 GREEN value IS 68 (26.95% from 255) = 33.01%

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

R = 35.92%
G = 33.01%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#4A4440 (or 0x4A4440) is known color: Space Shuttle. HEX triplet: 4A, 44 and 40. RGB value is (74,68,64). Sum of RGB (Red+Green+Blue) = 74+68+64=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4440 is #B5BBBF. Grayscale: #454545. Windows color (decimal): -11910080 or 4211786. OLE color: 4211786.

HSL color Cylindrical-coordinate representation of color #4A4440: hue angle of 24º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4440 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 68 64 -
CMYK 0 0.08 0.14 0.71
HSL 24º 0.07% 0.27% -
HSV(B) 24º 0.14% 0.29% -
XYZ 5.82 5.96 5.69 -
YUV 69.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 74 68 64 0 0.08 0.14 0.71 24 0.07 0.27
Hex 4A 44 40 0 8 E 47 18 7 1B
Octal 112 104 100 0 10 16 107 30 7 33
Binary 1001010 1000100 1000000 0 1000 1110 1000111 11000 111 11011

Color Harmonies of #4A4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4440

Black with #4A4440

Text Example


Text Example

White with #4A4440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,68,64); }

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

background-color css

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

 a { background-color: rgb(74,68,64); }

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

border-color css

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

 span { border-color: rgb(74,68,64); }

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