#48525F

Color #48525F Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #48525F

Tints of Cello #48525F

Color information

#48525F (or 0x48525F) is unknown color: approx Cello. HEX triplet: 48, 52 and 5F. RGB value is (72,82,95). Sum of RGB (Red+Green+Blue) = 72+82+95=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 95 - color contains mainly: blue. Hex color #48525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48525F is #B7ADA0. Grayscale: #505050. Windows color (decimal): -12037537 or 6246984. OLE color: 6246984.

HSL color Cylindrical-coordinate representation of color #48525F: hue angle of 213.91º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48525F is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728295-
CMYK0.240.1400.63
HSL213.91º13.77%32.75%-
HSV(B)213.91º24.21%37.25%-
XYZ7.768.2412.01-
YUV80.49136.19121.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=28.92%
G=32.93%
B=38.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7282950.240.1400.63213.9113.7732.75
Hex48525F18E03Fd6e21
Octal11012213730160773261641
Binary1001000101001010111111100011100111111110101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48525F; }

 p { color: rgb(72,82,95); }

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

<style>
 a { background-color: #48525F; }

 a { background-color: rgb(72,82,95); }

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

<style>
 span { border-color: #48525F; }

 span { border-color: rgb(72,82,95); }

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