#49586A

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

Shades of Chambray #49586A

Tints of Chambray #49586A

Color information

#49586A (or 0x49586A) is unknown color: approx Chambray. HEX triplet: 49, 58 and 6A. RGB value is (73,88,106). Sum of RGB (Red+Green+Blue) = 73+88+106=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #49586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49586A is #B6A795. Grayscale: #555555. Windows color (decimal): -11970454 or 6969417. OLE color: 6969417.

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

Color convert

RGB7388106-
CMYK0.310.1700.58
HSL212.73º18.44%35.1%-
HSV(B)212.73º31.13%41.57%-
XYZ8.849.4414.99-
YUV85.57139.53119.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=27.34%
G=32.96%
B=39.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73881060.310.1700.58212.7318.4435.1
Hex49586A1F1103Ad51223
Octal11113015237210723252243
Binary100100110110001101010111111000101110101101010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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