#4A595B

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

Shades of Mako #4A595B

Tints of Mako #4A595B

Color information

#4A595B (or 0x4A595B) is unknown color: approx Mako. HEX triplet: 4A, 59 and 5B. RGB value is (74,89,91). Sum of RGB (Red+Green+Blue) = 74+89+91=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A595B is #B5A6A4. Grayscale: #545454. Windows color (decimal): -11904677 or 5986634. OLE color: 5986634.

HSL color Cylindrical-coordinate representation of color #4A595B: hue angle of 187.06º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A595B is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB748991-
CMYK0.190.0200.64
HSL187.06º10.3%32.35%-
HSV(B)187.06º18.68%35.69%-
XYZ8.289.3611.27-
YUV84.74131.53120.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.13%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=29.13%
G=35.04%
B=35.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7489910.190.0200.64187.0610.332.35
Hex4A595B132040bba20
Octal11213113323201002731240
Binary100101010110011011011100111001000000101110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,89,91); }

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

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

 a { background-color: rgb(74,89,91); }

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

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

 span { border-color: rgb(74,89,91); }

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