#49587A

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

Shades of Chambray #49587A

Tints of Chambray #49587A

Color information

#49587A (or 0x49587A) is unknown color: approx Chambray. HEX triplet: 49, 58 and 7A. RGB value is (73,88,122). Sum of RGB (Red+Green+Blue) = 73+88+122=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #49587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49587A is #B6A785. Grayscale: #575757. Windows color (decimal): -11970438 or 8017993. OLE color: 8017993.

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

Color convert

RGB7388122-
CMYK0.400.2800.52
HSL221.63º25.13%38.24%-
HSV(B)221.63º40.16%47.84%-
XYZ9.759.819.79-
YUV87.39147.53117.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=25.80%
G=31.10%
B=43.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73881220.400.2800.52221.6325.1338.24
Hex49587A281C034de1926
Octal11113017250340643363146
Binary1001001101100011110101010001110001101001101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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