#47595D

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

Shades of Casal #47595D

Tints of Casal #47595D

Color information

#47595D (or 0x47595D) is unknown color: approx Casal. HEX triplet: 47, 59 and 5D. RGB value is (71,89,93). Sum of RGB (Red+Green+Blue) = 71+89+93=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #47595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47595D is #B8A6A2. Grayscale: #545454. Windows color (decimal): -12101283 or 6117703. OLE color: 6117703.

HSL color Cylindrical-coordinate representation of color #47595D: hue angle of 190.91º degrees, saturation: 0.13, 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 #47595D is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB718993-
CMYK0.240.0400.64
HSL190.91º13.41%32.16%-
HSV(B)190.91º23.66%36.47%-
XYZ8.159.2711.72-
YUV84.07133.04118.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=28.06%
G=35.18%
B=36.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7189930.240.0400.64190.9113.4132.16
Hex47595D184040bfd20
Octal10713113530401002771540
Binary1000111101100110111011100010001000000101111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47595D; }

 p { color: rgb(71,89,93); }

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

<style>
 a { background-color: #47595D; }

 a { background-color: rgb(71,89,93); }

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

<style>
 span { border-color: #47595D; }

 span { border-color: rgb(71,89,93); }

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