#47567D

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

Shades of Chambray #47567D

Tints of Chambray #47567D

Color information

#47567D (or 0x47567D) is unknown color: approx Chambray. HEX triplet: 47, 56 and 7D. RGB value is (71,86,125). Sum of RGB (Red+Green+Blue) = 71+86+125=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #47567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47567D is #B8A982. Grayscale: #555555. Windows color (decimal): -12102019 or 8214087. OLE color: 8214087.

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

Color convert

RGB7186125-
CMYK0.430.3100.51
HSL223.33º27.55%38.43%-
HSV(B)223.33º43.2%49.02%-
XYZ9.639.4820.72-
YUV85.96150.03117.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=25.18%
G=30.50%
B=44.33%

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
Decimal71861250.430.3100.51223.3327.5538.43
Hex47567D2B1F033df1c26
Octal10712617553370633373446
Binary1000111101011011111011010111111101100111101111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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