#49607C

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

Shades of Chambray #49607C

Tints of Chambray #49607C

Color information

#49607C (or 0x49607C) is unknown color: approx Chambray. HEX triplet: 49, 60 and 7C. RGB value is (73,96,124). Sum of RGB (Red+Green+Blue) = 73+96+124=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #49607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49607C is #B69F83. Grayscale: #5C5C5C. Windows color (decimal): -11968388 or 8151113. OLE color: 8151113.

HSL color Cylindrical-coordinate representation of color #49607C: hue angle of 212.94º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49607C is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7396124-
CMYK0.410.2300.51
HSL212.94º25.89%38.63%-
HSV(B)212.94º41.13%48.63%-
XYZ10.5711.2420.68-
YUV92.32145.88114.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=24.91%
G=32.76%
B=42.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73961240.410.2300.51212.9425.8938.63
Hex49607C2917033d51a27
Octal11114017451270633253247
Binary1001001110000011111001010011011101100111101010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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