#47597F

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

Shades of Chambray #47597F

Tints of Chambray #47597F

Color information

#47597F (or 0x47597F) is unknown color: approx Chambray. HEX triplet: 47, 59 and 7F. RGB value is (71,89,127). Sum of RGB (Red+Green+Blue) = 71+89+127=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #47597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47597F is #B8A680. Grayscale: #575757. Windows color (decimal): -12101249 or 8345927. OLE color: 8345927.

HSL color Cylindrical-coordinate representation of color #47597F: hue angle of 220.71º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47597F is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7189127-
CMYK0.440.3000.50
HSL220.71º28.28%38.82%-
HSV(B)220.71º44.09%49.8%-
XYZ1010.0221.48-
YUV87.95150.04115.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 127 (50% from 255) = 44.25%
R=24.74%
G=31.01%
B=44.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71891270.440.3000.50220.7128.2838.82
Hex47597F2C1E032dd1c27
Octal10713117754360623353447
Binary1000111101100111111111011001111001100101101110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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