#48595B

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

Shades of Mako #48595B

Tints of Mako #48595B

Color information

#48595B (or 0x48595B) is unknown color: approx Mako. HEX triplet: 48, 59 and 5B. RGB value is (72,89,91). Sum of RGB (Red+Green+Blue) = 72+89+91=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #48595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48595B is #B7A6A4. Grayscale: #545454. Windows color (decimal): -12035749 or 5986632. OLE color: 5986632.

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

Color convert

RGB728991-
CMYK0.210.0200.64
HSL186.32º11.66%31.96%-
HSV(B)186.32º20.88%35.69%-
XYZ8.139.2811.26-
YUV84.14131.87119.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=28.57%
G=35.32%
B=36.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7289910.210.0200.64186.3211.6631.96
Hex48595B152040bac20
Octal11013113325201002721440
Binary100100010110011011011101011001000000101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48595B; }

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

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

<style>
 a { background-color: #48595B; }

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

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

<style>
 span { border-color: #48595B; }

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

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