#48576D

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

Shades of Chambray #48576D

Tints of Chambray #48576D

Color information

#48576D (or 0x48576D) is unknown color: approx Chambray. HEX triplet: 48, 57 and 6D. RGB value is (72,87,109). Sum of RGB (Red+Green+Blue) = 72+87+109=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #48576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48576D is #B7A892. Grayscale: #545454. Windows color (decimal): -12036243 or 7165768. OLE color: 7165768.

HSL color Cylindrical-coordinate representation of color #48576D: hue angle of 215.68º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48576D is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7287109-
CMYK0.340.2000.57
HSL215.68º20.44%35.49%-
HSV(B)215.68º33.94%42.75%-
XYZ8.849.315.8-
YUV85.02141.53118.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=26.87%
G=32.46%
B=40.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72871090.340.2000.57215.6820.4435.49
Hex48576D2214039d81423
Octal11012715542240713302443
Binary1001000101011111011011000101010001110011101100010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48576D; }

 p { color: rgb(72,87,109); }

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

<style>
 a { background-color: #48576D; }

 a { background-color: rgb(72,87,109); }

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

<style>
 span { border-color: #48576D; }

 span { border-color: rgb(72,87,109); }

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