#485F5E

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

Shades of Mako #485F5E

Tints of Mako #485F5E

Color information

#485F5E (or 0x485F5E) is unknown color: approx Mako. HEX triplet: 48, 5F and 5E. RGB value is (72,95,94). Sum of RGB (Red+Green+Blue) = 72+95+94=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 95 - color contains mainly: green. Hex color #485F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F5E is #B7A0A1. Grayscale: #575757. Windows color (decimal): -12034210 or 6184776. OLE color: 6184776.

HSL color Cylindrical-coordinate representation of color #485F5E: hue angle of 177.39º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F5E is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB729594-
CMYK0.2400.010.63
HSL177.39º13.77%32.75%-
HSV(B)177.39º24.21%37.25%-
XYZ8.7910.3712.13-
YUV88.01131.38116.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=27.59%
G=36.40%
B=36.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295940.2400.010.63177.3913.7732.75
Hex485F5E18013Fb1e21
Octal1101371363001772611641
Binary1001000101111110111101100001111111101100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485F5E; }

 p { color: rgb(72,95,94); }

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

<style>
 a { background-color: #485F5E; }

 a { background-color: rgb(72,95,94); }

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

<style>
 span { border-color: #485F5E; }

 span { border-color: rgb(72,95,94); }

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