#465051

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

Shades of Mako #465051

Tints of Mako #465051

Color information

#465051 (or 0x465051) is unknown color: approx Mako. HEX triplet: 46, 50 and 51. RGB value is (70,80,81). Sum of RGB (Red+Green+Blue) = 70+80+81=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 81 - color contains mainly: blue. Hex color #465051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465051 is #B9AFAE. Grayscale: #4D4D4D. Windows color (decimal): -12169135 or 5328966. OLE color: 5328966.

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

Color convert

RGB708081-
CMYK0.140.0100.68
HSL185.45º7.28%29.61%-
HSV(B)185.45º13.58%31.76%-
XYZ6.887.638.9-
YUV77.12130.19122.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=30.30%
G=34.63%
B=35.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7080810.140.0100.68185.457.2829.61
Hex465051E1044b971e
Octal1061201211610104271736
Binary10001101010000101000111101010001001011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465051; }

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

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

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

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

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

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

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

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