#49557A

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

Shades of Chambray #49557A

Tints of Chambray #49557A

Color information

#49557A (or 0x49557A) is unknown color: approx Chambray. HEX triplet: 49, 55 and 7A. RGB value is (73,85,122). Sum of RGB (Red+Green+Blue) = 73+85+122=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #49557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49557A is #B6AA85. Grayscale: #555555. Windows color (decimal): -11971206 or 8017225. OLE color: 8017225.

HSL color Cylindrical-coordinate representation of color #49557A: hue angle of 225.31º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49557A is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7385122-
CMYK0.400.3000.52
HSL225.31º25.13%38.24%-
HSV(B)225.31º40.16%47.84%-
XYZ9.519.3219.71-
YUV85.63148.52118.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=26.07%
G=30.36%
B=43.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73851220.400.3000.52225.3125.1338.24
Hex49557A281E034e11926
Octal11112517250360643413146
Binary1001001101010111110101010001111001101001110000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49557A; }

 p { color: rgb(73,85,122); }

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

<style>
 a { background-color: #49557A; }

 a { background-color: rgb(73,85,122); }

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

<style>
 span { border-color: #49557A; }

 span { border-color: rgb(73,85,122); }

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