#465A5B

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

Shades of Mako #465A5B

Tints of Mako #465A5B

Color information

#465A5B (or 0x465A5B) is unknown color: approx Mako. HEX triplet: 46, 5A and 5B. RGB value is (70,90,91). Sum of RGB (Red+Green+Blue) = 70+90+91=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #465A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A5B is #B9A5A4. Grayscale: #545454. Windows color (decimal): -12166565 or 5986886. OLE color: 5986886.

HSL color Cylindrical-coordinate representation of color #465A5B: hue angle of 182.86º 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 #465A5B is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB709091-
CMYK0.230.0100.64
HSL182.86º13.04%31.57%-
HSV(B)182.86º23.08%35.69%-
XYZ8.079.3711.28-
YUV84.13131.87117.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=27.89%
G=35.86%
B=36.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7090910.230.0100.64182.8613.0431.57
Hex465A5B171040b7d20
Octal10613213327101002671540
Binary10001101011010101101110111101000000101101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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