#49577C

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

Shades of Chambray #49577C

Tints of Chambray #49577C

Color information

#49577C (or 0x49577C) is unknown color: approx Chambray. HEX triplet: 49, 57 and 7C. RGB value is (73,87,124). Sum of RGB (Red+Green+Blue) = 73+87+124=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #49577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49577C is #B6A883. Grayscale: #565656. Windows color (decimal): -11970692 or 8148809. OLE color: 8148809.

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

Color convert

RGB7387124-
CMYK0.410.3000.51
HSL223.53º25.89%38.63%-
HSV(B)223.53º41.13%48.63%-
XYZ9.799.6920.42-
YUV87.03148.86117.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=25.70%
G=30.63%
B=43.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73871240.410.3000.51223.5325.8938.63
Hex49577C291E033e01a27
Octal11112717451360633403247
Binary1001001101011111111001010011111001100111110000011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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