#48596B

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

Shades of Chambray #48596B

Tints of Chambray #48596B

Color information

#48596B (or 0x48596B) is unknown color: approx Chambray. HEX triplet: 48, 59 and 6B. RGB value is (72,89,107). Sum of RGB (Red+Green+Blue) = 72+89+107=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #48596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48596B is #B7A694. Grayscale: #555555. Windows color (decimal): -12035733 or 7035208. OLE color: 7035208.

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

Color convert

RGB7289107-
CMYK0.330.1700.58
HSL210.86º19.55%35.1%-
HSV(B)210.86º32.71%41.96%-
XYZ8.99.5815.29-
YUV85.97139.87118.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=26.87%
G=33.21%
B=39.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72891070.330.1700.58210.8619.5535.1
Hex48596B211103Ad31423
Octal11013115341210723232443
Binary1001000101100111010111000011000101110101101001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,89,107); }

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

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

 a { background-color: rgb(72,89,107); }

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

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

 span { border-color: rgb(72,89,107); }

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