#49617B

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

Shades of Chambray #49617B

Tints of Chambray #49617B

Color information

#49617B (or 0x49617B) is unknown color: approx Chambray. HEX triplet: 49, 61 and 7B. RGB value is (73,97,123). Sum of RGB (Red+Green+Blue) = 73+97+123=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #49617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49617B is #B69E84. Grayscale: #5C5C5C. Windows color (decimal): -11968133 or 8085833. OLE color: 8085833.

HSL color Cylindrical-coordinate representation of color #49617B: hue angle of 211.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49617B is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7397123-
CMYK0.410.2100.52
HSL211.2º25.51%38.43%-
HSV(B)211.2º40.65%48.24%-
XYZ10.611.420.38-
YUV92.79145.05113.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=24.91%
G=33.11%
B=41.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73971230.410.2100.52211.225.5138.43
Hex49617B2915034d31a26
Octal11114117351250643233246
Binary1001001110000111110111010011010101101001101001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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