#465556

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

Shades of Mako #465556

Tints of Mako #465556

Color information

#465556 (or 0x465556) is unknown color: approx Mako. HEX triplet: 46, 55 and 56. RGB value is (70,85,86). Sum of RGB (Red+Green+Blue) = 70+85+86=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 86 - color contains mainly: blue. Hex color #465556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465556 is #B9AAA9. Grayscale: #505050. Windows color (decimal): -12167850 or 5657926. OLE color: 5657926.

HSL color Cylindrical-coordinate representation of color #465556: hue angle of 183.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #465556 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB708586-
CMYK0.190.0100.66
HSL183.75º10.26%30.59%-
HSV(B)183.75º18.6%33.73%-
XYZ7.458.4710.05-
YUV80.63131.03120.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=29.05%
G=35.27%
B=35.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7085860.190.0100.66183.7510.2630.59
Hex465556131042b8a1f
Octal10612512623101022701237
Binary1000110101010110101101001110100001010111000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465556; }

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

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

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

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

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

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

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

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