#47567C

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

Shades of Chambray #47567C

Tints of Chambray #47567C

Color information

#47567C (or 0x47567C) is unknown color: approx Chambray. HEX triplet: 47, 56 and 7C. RGB value is (71,86,124). Sum of RGB (Red+Green+Blue) = 71+86+124=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #47567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47567C is #B8A983. Grayscale: #555555. Windows color (decimal): -12102020 or 8148551. OLE color: 8148551.

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

Color convert

RGB7186124-
CMYK0.430.3100.51
HSL223.02º27.18%38.24%-
HSV(B)223.02º42.74%48.63%-
XYZ9.569.4520.39-
YUV85.85149.53117.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=25.27%
G=30.60%
B=44.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71861240.430.3100.51223.0227.1838.24
Hex47567C2B1F033df1b26
Octal10712617453370633373346
Binary1000111101011011111001010111111101100111101111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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