#46595B

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

Shades of Casal #46595B

Tints of Casal #46595B

Color information

#46595B (or 0x46595B) is unknown color: approx Casal. HEX triplet: 46, 59 and 5B. RGB value is (70,89,91). Sum of RGB (Red+Green+Blue) = 70+89+91=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #46595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46595B is #B9A6A4. Grayscale: #535353. Windows color (decimal): -12166821 or 5986630. OLE color: 5986630.

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

Color convert

RGB708991-
CMYK0.230.0200.64
HSL185.71º13.04%31.57%-
HSV(B)185.71º23.08%35.69%-
XYZ7.999.211.25-
YUV83.55132.21118.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=28%
G=35.6%
B=36.4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7089910.230.0200.64185.7113.0431.57
Hex46595B172040bad20
Octal10613113327201002721540
Binary100011010110011011011101111001000000101110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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