#47607C

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

Shades of Chambray #47607C

Tints of Chambray #47607C

Color information

#47607C (or 0x47607C) is unknown color: approx Chambray. HEX triplet: 47, 60 and 7C. RGB value is (71,96,124). Sum of RGB (Red+Green+Blue) = 71+96+124=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #47607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47607C is #B89F83. Grayscale: #5B5B5B. Windows color (decimal): -12099460 or 8151111. OLE color: 8151111.

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

Color convert

RGB7196124-
CMYK0.430.2300.51
HSL211.7º27.18%38.24%-
HSV(B)211.7º42.74%48.63%-
XYZ10.4211.1620.67-
YUV91.72146.22113.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=24.40%
G=32.99%
B=42.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71961240.430.2300.51211.727.1838.24
Hex47607C2B17033d41b26
Octal10714017453270633243346
Binary1000111110000011111001010111011101100111101010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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