#48525C

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

Shades of Cello #48525C

Tints of Cello #48525C

Color information

#48525C (or 0x48525C) is unknown color: approx Cello. HEX triplet: 48, 52 and 5C. RGB value is (72,82,92). Sum of RGB (Red+Green+Blue) = 72+82+92=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 92 - color contains mainly: blue. Hex color #48525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48525C is #B7ADA3. Grayscale: #505050. Windows color (decimal): -12037540 or 6050376. OLE color: 6050376.

HSL color Cylindrical-coordinate representation of color #48525C: hue angle of 210º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #48525C is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB728292-
CMYK0.220.1100.64
HSL210º12.2%32.16%-
HSV(B)210º21.74%36.08%-
XYZ7.628.1911.3-
YUV80.15134.69122.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=29.27%
G=33.33%
B=37.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7282920.220.1100.6421012.232.16
Hex48525C16B040d2c20
Octal110122134261301003221440
Binary10010001010010101110010110101101000000110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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