#49617A

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

Shades of Chambray #49617A

Tints of Chambray #49617A

Color information

#49617A (or 0x49617A) is unknown color: approx Chambray. HEX triplet: 49, 61 and 7A. RGB value is (73,97,122). Sum of RGB (Red+Green+Blue) = 73+97+122=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #49617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49617A is #B69E85. Grayscale: #5C5C5C. Windows color (decimal): -11968134 or 8020297. OLE color: 8020297.

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

Color convert

RGB7397122-
CMYK0.400.2000.52
HSL210.61º25.13%38.24%-
HSV(B)210.61º40.16%47.84%-
XYZ10.5411.3720.05-
YUV92.67144.55113.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=25%
G=33.22%
B=41.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73971220.400.2000.52210.6125.1338.24
Hex49617A2814034d31926
Octal11114117250240643233146
Binary1001001110000111110101010001010001101001101001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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