#49617E

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

Shades of Chambray #49617E

Tints of Chambray #49617E

Color information

#49617E (or 0x49617E) is unknown color: approx Chambray. HEX triplet: 49, 61 and 7E. RGB value is (73,97,126). Sum of RGB (Red+Green+Blue) = 73+97+126=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #49617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49617E is #B69E81. Grayscale: #5C5C5C. Windows color (decimal): -11968130 or 8282441. OLE color: 8282441.

HSL color Cylindrical-coordinate representation of color #49617E: hue angle of 212.83º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49617E is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7397126-
CMYK0.420.2300.51
HSL212.83º26.63%39.02%-
HSV(B)212.83º42.06%49.41%-
XYZ10.7911.4721.38-
YUV93.13146.55113.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 126 (49.61% from 255) = 42.57%
R=24.66%
G=32.77%
B=42.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73971260.420.2300.51212.8326.6339.02
Hex49617E2A17033d51b27
Octal11114117652270633253347
Binary1001001110000111111101010101011101100111101010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49617E; }

 p { color: rgb(73,97,126); }

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

<style>
 a { background-color: #49617E; }

 a { background-color: rgb(73,97,126); }

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

<style>
 span { border-color: #49617E; }

 span { border-color: rgb(73,97,126); }

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