#46595E

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

Shades of Casal #46595E

Tints of Casal #46595E

Color information

#46595E (or 0x46595E) is unknown color: approx Casal. HEX triplet: 46, 59 and 5E. RGB value is (70,89,94). Sum of RGB (Red+Green+Blue) = 70+89+94=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #46595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46595E is #B9A6A1. Grayscale: #535353. Windows color (decimal): -12166818 or 6183238. OLE color: 6183238.

HSL color Cylindrical-coordinate representation of color #46595E: hue angle of 192.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46595E is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB708994-
CMYK0.260.0500.63
HSL192.5º14.63%32.16%-
HSV(B)192.5º25.53%36.86%-
XYZ8.129.2611.95-
YUV83.89133.71118.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=27.67%
G=35.18%
B=37.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7089940.260.0500.63192.514.6332.16
Hex46595E1A503Fc0f20
Octal1061311363250773001740
Binary100011010110011011110110101010111111110000001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46595E; }

 p { color: rgb(70,89,94); }

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

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

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

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

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

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

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