#47547C

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

Shades of Chambray #47547C

Tints of Chambray #47547C

Color information

#47547C (or 0x47547C) is unknown color: approx Chambray. HEX triplet: 47, 54 and 7C. RGB value is (71,84,124). Sum of RGB (Red+Green+Blue) = 71+84+124=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #47547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47547C is #B8AB83. Grayscale: #545454. Windows color (decimal): -12102532 or 8148039. OLE color: 8148039.

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

Color convert

RGB7184124-
CMYK0.430.3200.51
HSL225.28º27.18%38.24%-
HSV(B)225.28º42.74%48.63%-
XYZ9.419.1420.34-
YUV84.67150.19118.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=25.45%
G=30.11%
B=44.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71841240.430.3200.51225.2827.1838.24
Hex47547C2B20033e11b26
Octal10712417453400633413346
Binary10001111010100111110010101110000001100111110000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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