#47567B

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

Shades of Chambray #47567B

Tints of Chambray #47567B

Color information

#47567B (or 0x47567B) is unknown color: approx Chambray. HEX triplet: 47, 56 and 7B. RGB value is (71,86,123). Sum of RGB (Red+Green+Blue) = 71+86+123=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #47567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47567B is #B8A984. Grayscale: #555555. Windows color (decimal): -12102021 or 8083015. OLE color: 8083015.

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

Color convert

RGB7186123-
CMYK0.420.3000.52
HSL222.69º26.8%38.04%-
HSV(B)222.69º42.28%48.24%-
XYZ9.59.4320.06-
YUV85.73149.03117.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=25.36%
G=30.71%
B=43.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71861230.420.3000.52222.6926.838.04
Hex47567B2A1E034df1b26
Octal10712617352360643373346
Binary1000111101011011110111010101111001101001101111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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