#47597C

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

Shades of Chambray #47597C

Tints of Chambray #47597C

Color information

#47597C (or 0x47597C) is unknown color: approx Chambray. HEX triplet: 47, 59 and 7C. RGB value is (71,89,124). Sum of RGB (Red+Green+Blue) = 71+89+124=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #47597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47597C is #B8A683. Grayscale: #575757. Windows color (decimal): -12101252 or 8149319. OLE color: 8149319.

HSL color Cylindrical-coordinate representation of color #47597C: hue angle of 219.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47597C is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7189124-
CMYK0.430.2800.51
HSL219.62º27.18%38.24%-
HSV(B)219.62º42.74%48.63%-
XYZ9.819.9420.47-
YUV87.61148.54116.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=25%
G=31.34%
B=43.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71891240.430.2800.51219.6227.1838.24
Hex47597C2B1C033dc1b26
Octal10713117453340633343346
Binary1000111101100111111001010111110001100111101110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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