#48597E

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

Shades of Chambray #48597E

Tints of Chambray #48597E

Color information

#48597E (or 0x48597E) is unknown color: approx Chambray. HEX triplet: 48, 59 and 7E. RGB value is (72,89,126). Sum of RGB (Red+Green+Blue) = 72+89+126=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #48597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48597E is #B7A681. Grayscale: #575757. Windows color (decimal): -12035714 or 8280392. OLE color: 8280392.

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

Color convert

RGB7289126-
CMYK0.430.2900.51
HSL221.11º27.27%38.82%-
HSV(B)221.11º42.86%49.41%-
XYZ10.0110.0321.15-
YUV88.14149.37116.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 126 (49.61% from 255) = 43.90%
R=25.09%
G=31.01%
B=43.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72891260.430.2900.51221.1127.2738.82
Hex48597E2B1D033dd1b27
Octal11013117653350633353347
Binary1001000101100111111101010111110101100111101110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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