#47587A

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

Shades of Chambray #47587A

Tints of Chambray #47587A

Color information

#47587A (or 0x47587A) is unknown color: approx Chambray. HEX triplet: 47, 58 and 7A. RGB value is (71,88,122). Sum of RGB (Red+Green+Blue) = 71+88+122=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #47587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47587A is #B8A785. Grayscale: #565656. Windows color (decimal): -12101510 or 8017991. OLE color: 8017991.

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

Color convert

RGB7188122-
CMYK0.420.2800.52
HSL220º26.42%37.84%-
HSV(B)220º41.8%47.84%-
XYZ9.69.7219.78-
YUV86.79147.87116.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=25.27%
G=31.32%
B=43.42%

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
Decimal71881220.420.2800.5222026.4237.84
Hex47587A2A1C034dc1a26
Octal10713017252340643343246
Binary1000111101100011110101010101110001101001101110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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