#49587C

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

Shades of Chambray #49587C

Tints of Chambray #49587C

Color information

#49587C (or 0x49587C) is unknown color: approx Chambray. HEX triplet: 49, 58 and 7C. RGB value is (73,88,124). Sum of RGB (Red+Green+Blue) = 73+88+124=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #49587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49587C is #B6A783. Grayscale: #575757. Windows color (decimal): -11970436 or 8149065. OLE color: 8149065.

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

Color convert

RGB7388124-
CMYK0.410.2900.51
HSL222.35º25.89%38.63%-
HSV(B)222.35º41.13%48.63%-
XYZ9.889.8520.45-
YUV87.62148.53117.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=25.61%
G=30.88%
B=43.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73881240.410.2900.51222.3525.8938.63
Hex49587C291D033de1a27
Octal11113017451350633363247
Binary1001001101100011111001010011110101100111101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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