#49586B

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

Shades of Chambray #49586B

Tints of Chambray #49586B

Color information

#49586B (or 0x49586B) is unknown color: approx Chambray. HEX triplet: 49, 58 and 6B. RGB value is (73,88,107). Sum of RGB (Red+Green+Blue) = 73+88+107=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #49586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49586B is #B6A794. Grayscale: #555555. Windows color (decimal): -11970453 or 7034953. OLE color: 7034953.

HSL color Cylindrical-coordinate representation of color #49586B: hue angle of 213.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49586B is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7388107-
CMYK0.320.1800.58
HSL213.53º18.89%35.29%-
HSV(B)213.53º31.78%41.96%-
XYZ8.899.4615.27-
YUV85.68140.03118.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=27.24%
G=32.84%
B=39.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73881070.320.1800.58213.5318.8935.29
Hex49586B201203Ad61323
Octal11113015340220723262343
Binary1001001101100011010111000001001001110101101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49586B; }

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

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

<style>
 a { background-color: #49586B; }

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

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

<style>
 span { border-color: #49586B; }

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

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