#49597A

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

Shades of Chambray #49597A

Tints of Chambray #49597A

Color information

#49597A (or 0x49597A) is unknown color: approx Chambray. HEX triplet: 49, 59 and 7A. RGB value is (73,89,122). Sum of RGB (Red+Green+Blue) = 73+89+122=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #49597A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49597A is #B6A685. Grayscale: #575757. Windows color (decimal): -11970182 or 8018249. OLE color: 8018249.

HSL color Cylindrical-coordinate representation of color #49597A: hue angle of 220.41º 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 #49597A is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7389122-
CMYK0.400.2700.52
HSL220.41º25.13%38.24%-
HSV(B)220.41º40.16%47.84%-
XYZ9.839.9719.82-
YUV87.98147.2117.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=25.70%
G=31.34%
B=42.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73891220.400.2700.52220.4125.1338.24
Hex49597A281B034dc1926
Octal11113117250330643343146
Binary1001001101100111110101010001101101101001101110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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