#465B5B

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

Shades of Mako #465B5B

Tints of Mako #465B5B

Color information

#465B5B (or 0x465B5B) is unknown color: approx Mako. HEX triplet: 46, 5B and 5B. RGB value is (70,91,91). Sum of RGB (Red+Green+Blue) = 70+91+91=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #465B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B5B is #B9A4A4. Grayscale: #545454. Windows color (decimal): -12166309 or 5987142. OLE color: 5987142.

HSL color Cylindrical-coordinate representation of color #465B5B: hue angle of 180º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B5B is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB709191-
CMYK0.23000.64
HSL180º13.04%31.57%-
HSV(B)180º23.08%35.69%-
XYZ8.169.5411.31-
YUV84.72131.54117.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=27.78%
G=36.11%
B=36.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091910.23000.6418013.0431.57
Hex465B5B170040b4d20
Octal10613313327001002641540
Binary10001101011011101101110111001000000101101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465B5B; }

 p { color: rgb(70,91,91); }

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

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

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

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

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

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

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