#49567A

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

Shades of Chambray #49567A

Tints of Chambray #49567A

Color information

#49567A (or 0x49567A) is unknown color: approx Chambray. HEX triplet: 49, 56 and 7A. RGB value is (73,86,122). Sum of RGB (Red+Green+Blue) = 73+86+122=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #49567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49567A is #B6A985. Grayscale: #565656. Windows color (decimal): -11970950 or 8017481. OLE color: 8017481.

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

Color convert

RGB7386122-
CMYK0.400.3000.52
HSL224.08º25.13%38.24%-
HSV(B)224.08º40.16%47.84%-
XYZ9.599.4819.74-
YUV86.22148.19118.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=25.98%
G=30.60%
B=43.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73861220.400.3000.52224.0825.1338.24
Hex49567A281E034e01926
Octal11112617250360643403146
Binary1001001101011011110101010001111001101001110000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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