#48576B

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

Shades of Chambray #48576B

Tints of Chambray #48576B

Color information

#48576B (or 0x48576B) is unknown color: approx Chambray. HEX triplet: 48, 57 and 6B. RGB value is (72,87,107). Sum of RGB (Red+Green+Blue) = 72+87+107=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #48576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48576B is #B7A894. Grayscale: #545454. Windows color (decimal): -12036245 or 7034696. OLE color: 7034696.

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

Color convert

RGB7287107-
CMYK0.330.1900.58
HSL214.29º19.55%35.1%-
HSV(B)214.29º32.71%41.96%-
XYZ8.739.2615.24-
YUV84.79140.53118.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=27.07%
G=32.71%
B=40.23%

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
Decimal72871070.330.1900.58214.2919.5535.1
Hex48576B211303Ad61423
Octal11012715341230723262443
Binary1001000101011111010111000011001101110101101011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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