#47617C

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

Shades of Chambray #47617C

Tints of Chambray #47617C

Color information

#47617C (or 0x47617C) is unknown color: approx Chambray. HEX triplet: 47, 61 and 7C. RGB value is (71,97,124). Sum of RGB (Red+Green+Blue) = 71+97+124=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #47617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47617C is #B89E83. Grayscale: #5C5C5C. Windows color (decimal): -12099204 or 8151367. OLE color: 8151367.

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

Color convert

RGB7197124-
CMYK0.430.2200.51
HSL210.57º27.18%38.24%-
HSV(B)210.57º42.74%48.63%-
XYZ10.5111.3420.7-
YUV92.3145.89112.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=24.32%
G=33.22%
B=42.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71971240.430.2200.51210.5727.1838.24
Hex47617C2B16033d31b26
Octal10714117453260633233346
Binary1000111110000111111001010111011001100111101001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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