#465859

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

Shades of Mako #465859

Tints of Mako #465859

Color information

#465859 (or 0x465859) is unknown color: approx Mako. HEX triplet: 46, 58 and 59. RGB value is (70,88,89). Sum of RGB (Red+Green+Blue) = 70+88+89=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #465859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465859 is #B9A7A6. Grayscale: #525252. Windows color (decimal): -12167079 or 5855302. OLE color: 5855302.

HSL color Cylindrical-coordinate representation of color #465859: hue angle of 183.16º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465859 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB708889-
CMYK0.210.0100.65
HSL183.16º11.95%31.18%-
HSV(B)183.16º21.35%34.9%-
XYZ7.82910.78-
YUV82.73131.54118.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=28.34%
G=35.63%
B=36.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088890.210.0100.65183.1611.9531.18
Hex465859151041b7c1f
Octal10613013125101012671437
Binary1000110101100010110011010110100000110110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465859; }

 p { color: rgb(70,88,89); }

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

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

 a { background-color: rgb(70,88,89); }

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

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

 span { border-color: rgb(70,88,89); }

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