#48576C

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

Shades of Chambray #48576C

Tints of Chambray #48576C

Color information

#48576C (or 0x48576C) is unknown color: approx Chambray. HEX triplet: 48, 57 and 6C. RGB value is (72,87,108). Sum of RGB (Red+Green+Blue) = 72+87+108=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #48576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48576C is #B7A893. Grayscale: #545454. Windows color (decimal): -12036244 or 7100232. OLE color: 7100232.

HSL color Cylindrical-coordinate representation of color #48576C: hue angle of 215º 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 #48576C is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7287108-
CMYK0.330.1900.58
HSL215º20%35.29%-
HSV(B)215º33.33%42.35%-
XYZ8.799.2815.51-
YUV84.91141.03118.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=26.97%
G=32.58%
B=40.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72871080.330.1900.582152035.29
Hex48576C211303Ad71423
Octal11012715441230723272443
Binary1001000101011111011001000011001101110101101011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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