#47597B

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

Shades of Chambray #47597B

Tints of Chambray #47597B

Color information

#47597B (or 0x47597B) is unknown color: approx Chambray. HEX triplet: 47, 59 and 7B. RGB value is (71,89,123). Sum of RGB (Red+Green+Blue) = 71+89+123=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #47597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47597B is #B8A684. Grayscale: #575757. Windows color (decimal): -12101253 or 8083783. OLE color: 8083783.

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

Color convert

RGB7189123-
CMYK0.420.2800.52
HSL219.23º26.8%38.04%-
HSV(B)219.23º42.28%48.24%-
XYZ9.759.9120.14-
YUV87.49148.04116.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=25.09%
G=31.45%
B=43.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71891230.420.2800.52219.2326.838.04
Hex47597B2A1C034db1b26
Octal10713117352340643333346
Binary1000111101100111110111010101110001101001101101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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