#485051

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

Shades of Mako #485051

Tints of Mako #485051

Color information

#485051 (or 0x485051) is unknown color: approx Mako. HEX triplet: 48, 50 and 51. RGB value is (72,80,81). Sum of RGB (Red+Green+Blue) = 72+80+81=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 81 - color contains mainly: blue. Hex color #485051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485051 is #B7AFAE. Grayscale: #4D4D4D. Windows color (decimal): -12038063 or 5328968. OLE color: 5328968.

HSL color Cylindrical-coordinate representation of color #485051: hue angle of 186.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #485051 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB728081-
CMYK0.110.0100.68
HSL186.67º5.88%30%-
HSV(B)186.67º11.11%31.76%-
XYZ7.037.718.9-
YUV77.72129.85123.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=30.90%
G=34.33%
B=34.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7280810.110.0100.68186.675.8830
Hex485051B1044bb61e
Octal1101201211310104273636
Binary10010001010000101000110111010001001011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485051; }

 p { color: rgb(72,80,81); }

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

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

 a { background-color: rgb(72,80,81); }

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

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

 span { border-color: rgb(72,80,81); }

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