#47587C

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

Shades of Chambray #47587C

Tints of Chambray #47587C

Color information

#47587C (or 0x47587C) is unknown color: approx Chambray. HEX triplet: 47, 58 and 7C. RGB value is (71,88,124). Sum of RGB (Red+Green+Blue) = 71+88+124=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #47587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47587C is #B8A783. Grayscale: #565656. Windows color (decimal): -12101508 or 8149063. OLE color: 8149063.

HSL color Cylindrical-coordinate representation of color #47587C: hue angle of 220.75º 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 #47587C is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7188124-
CMYK0.430.2900.51
HSL220.75º27.18%38.24%-
HSV(B)220.75º42.74%48.63%-
XYZ9.739.7720.44-
YUV87.02148.87116.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=25.09%
G=31.10%
B=43.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71881240.430.2900.51220.7527.1838.24
Hex47587C2B1D033dd1b26
Octal10713017453350633353346
Binary1000111101100011111001010111110101100111101110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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