#47597A

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

Shades of Chambray #47597A

Tints of Chambray #47597A

Color information

#47597A (or 0x47597A) is unknown color: approx Chambray. HEX triplet: 47, 59 and 7A. RGB value is (71,89,122). Sum of RGB (Red+Green+Blue) = 71+89+122=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #47597A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47597A is #B8A685. Grayscale: #575757. Windows color (decimal): -12101254 or 8018247. OLE color: 8018247.

HSL color Cylindrical-coordinate representation of color #47597A: hue angle of 218.82º degrees, saturation: 0.26, 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 #47597A is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7189122-
CMYK0.420.2700.52
HSL218.82º26.42%37.84%-
HSV(B)218.82º41.8%47.84%-
XYZ9.689.8919.81-
YUV87.38147.54116.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=25.18%
G=31.56%
B=43.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71891220.420.2700.52218.8226.4237.84
Hex47597A2A1B034db1a26
Octal10713117252330643333246
Binary1000111101100111110101010101101101101001101101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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