#485253

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

Shades of Mako #485253

Tints of Mako #485253

Color information

#485253 (or 0x485253) is unknown color: approx Mako. HEX triplet: 48, 52 and 53. RGB value is (72,82,83). Sum of RGB (Red+Green+Blue) = 72+82+83=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 83 - color contains mainly: blue. Hex color #485253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485253 is #B7ADAC. Grayscale: #4F4F4F. Windows color (decimal): -12037549 or 5460552. OLE color: 5460552.

HSL color Cylindrical-coordinate representation of color #485253: hue angle of 185.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #485253 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB728283-
CMYK0.130.0100.67
HSL185.45º7.1%30.39%-
HSV(B)185.45º13.25%32.55%-
XYZ7.258.049.35-
YUV79.12130.19122.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=30.38%
G=34.60%
B=35.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7282830.130.0100.67185.457.130.39
Hex485253D1043b971e
Octal1101221231510103271736
Binary10010001010010101001111011010000111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485253; }

 p { color: rgb(72,82,83); }

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

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

 a { background-color: rgb(72,82,83); }

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

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

 span { border-color: rgb(72,82,83); }

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