#465253

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

Shades of Mako #465253

Tints of Mako #465253

Color information

#465253 (or 0x465253) is unknown color: approx Mako. HEX triplet: 46, 52 and 53. RGB value is (70,82,83). Sum of RGB (Red+Green+Blue) = 70+82+83=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 83 - color contains mainly: blue. Hex color #465253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465253 is #B9ADAC. Grayscale: #4E4E4E. Windows color (decimal): -12168621 or 5460550. OLE color: 5460550.

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

Color convert

RGB708283-
CMYK0.160.0100.67
HSL184.62º8.5%30%-
HSV(B)184.62º15.66%32.55%-
XYZ7.17.969.35-
YUV78.53130.52121.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=29.79%
G=34.89%
B=35.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7082830.160.0100.67184.628.530
Hex465253101043b981e
Octal10612212320101032711036
Binary1000110101001010100111000010100001110111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465253; }

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

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

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

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

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

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

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

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