#47585A

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

Shades of Casal #47585A

Tints of Casal #47585A

Color information

#47585A (or 0x47585A) is unknown color: approx Casal. HEX triplet: 47, 58 and 5A. RGB value is (71,88,90). Sum of RGB (Red+Green+Blue) = 71+88+90=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: blue. Hex color #47585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47585A is #B8A7A5. Grayscale: #535353. Windows color (decimal): -12101542 or 5920839. OLE color: 5920839.

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

Color convert

RGB718890-
CMYK0.210.0200.65
HSL186.32º11.8%31.57%-
HSV(B)186.32º21.11%35.29%-
XYZ7.939.0611-
YUV83.14131.87119.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=28.51%
G=35.34%
B=36.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188900.210.0200.65186.3211.831.57
Hex47585A152041bac20
Octal10713013225201012721440
Binary100011110110001011010101011001000001101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,88,90); }

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

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

 a { background-color: rgb(71,88,90); }

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

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

 span { border-color: rgb(71,88,90); }

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