#46595C

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

Shades of Casal #46595C

Tints of Casal #46595C

Color information

#46595C (or 0x46595C) is unknown color: approx Casal. HEX triplet: 46, 59 and 5C. RGB value is (70,89,92). Sum of RGB (Red+Green+Blue) = 70+89+92=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #46595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46595C is #B9A6A3. Grayscale: #535353. Windows color (decimal): -12166820 or 6052166. OLE color: 6052166.

HSL color Cylindrical-coordinate representation of color #46595C: hue angle of 188.18º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46595C is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB708992-
CMYK0.240.0300.64
HSL188.18º13.58%31.76%-
HSV(B)188.18º23.91%36.08%-
XYZ8.039.2211.48-
YUV83.66132.71118.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=27.89%
G=35.46%
B=36.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7089920.240.0300.64188.1813.5831.76
Hex46595C183040bce20
Octal10613113430301002741640
Binary100011010110011011100110001101000000101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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