#465455

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

Shades of Mako #465455

Tints of Mako #465455

Color information

#465455 (or 0x465455) is unknown color: approx Mako. HEX triplet: 46, 54 and 55. RGB value is (70,84,85). Sum of RGB (Red+Green+Blue) = 70+84+85=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #465455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465455 is #B9ABAA. Grayscale: #4F4F4F. Windows color (decimal): -12168107 or 5592134. OLE color: 5592134.

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

Color convert

RGB708485-
CMYK0.180.0100.67
HSL184º9.68%30.39%-
HSV(B)184º17.65%33.33%-
XYZ7.348.39.81-
YUV79.93130.86120.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=29.29%
G=35.15%
B=35.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084850.180.0100.671849.6830.39
Hex465455121043b8a1e
Octal10612412522101032701236
Binary1000110101010010101011001010100001110111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465455; }

 p { color: rgb(70,84,85); }

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

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

 a { background-color: rgb(70,84,85); }

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

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

 span { border-color: rgb(70,84,85); }

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