#46575A

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

Shades of Casal #46575A

Tints of Casal #46575A

Color information

#46575A (or 0x46575A) is unknown color: approx Casal. HEX triplet: 46, 57 and 5A. RGB value is (70,87,90). Sum of RGB (Red+Green+Blue) = 70+87+90=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #46575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46575A is #B9A8A5. Grayscale: #525252. Windows color (decimal): -12167334 or 5920582. OLE color: 5920582.

HSL color Cylindrical-coordinate representation of color #46575A: hue angle of 189º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46575A is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB708790-
CMYK0.220.0300.65
HSL189º12.5%31.37%-
HSV(B)189º22.22%35.29%-
XYZ7.788.8610.97-
YUV82.26132.37119.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=28.34%
G=35.22%
B=36.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7087900.220.0300.6518912.531.37
Hex46575A163041bdc1f
Octal10612713226301012751437
Binary10001101010111101101010110110100000110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46575A; }

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

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

<style>
 a { background-color: #46575A; }

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

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

<style>
 span { border-color: #46575A; }

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

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