#47586D

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

Shades of Chambray #47586D

Tints of Chambray #47586D

Color information

#47586D (or 0x47586D) is unknown color: approx Chambray. HEX triplet: 47, 58 and 6D. RGB value is (71,88,109). Sum of RGB (Red+Green+Blue) = 71+88+109=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #47586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47586D is #B8A792. Grayscale: #555555. Windows color (decimal): -12101523 or 7166023. OLE color: 7166023.

HSL color Cylindrical-coordinate representation of color #47586D: hue angle of 213.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47586D is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7188109-
CMYK0.350.1900.57
HSL213.16º21.11%35.29%-
HSV(B)213.16º34.86%42.75%-
XYZ8.859.4215.82-
YUV85.31141.37117.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=26.49%
G=32.84%
B=40.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71881090.350.1900.57213.1621.1135.29
Hex47586D2313039d51523
Octal10713015543230713252543
Binary1000111101100011011011000111001101110011101010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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