#4A4136

Color #4A4136 Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #4A4136

Tints of Space Shuttle #4A4136

Color information

#4A4136 (or 0x4A4136) is unknown color: approx Space Shuttle. HEX triplet: 4A, 41 and 36. RGB value is (74,65,54). Sum of RGB (Red+Green+Blue) = 74+65+54=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4136 is #B5BEC9. Grayscale: #424242. Windows color (decimal): -11910858 or 3555658. OLE color: 3555658.

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

Color convert

RGB746554-
CMYK00.120.270.71
HSL33º15.63%25.1%-
HSV(B)33º27.03%29.02%-
XYZ5.385.54.27-
YUV66.44120.98133.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 54 (21.48% from 255) = 27.98%
R=38.34%
G=33.68%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74655400.120.270.713315.6325.1
Hex4A41360C1B47211019
Octal1121016601433107412031
Binary10010101000001110110011001101110001111000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,65,54); }

 H1.HeaderClassName
 {
   color: #4A4136;
 }
 .AnyTagClassName
 {
   color: #4A4136;
 }
</style>
background-color css

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

 a { background-color: rgb(74,65,54); }

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

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

 span { border-color: rgb(74,65,54); }

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