#48535F

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

Shades of Cello #48535F

Tints of Cello #48535F

Color information

#48535F (or 0x48535F) is unknown color: approx Cello. HEX triplet: 48, 53 and 5F. RGB value is (72,83,95). Sum of RGB (Red+Green+Blue) = 72+83+95=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #48535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48535F is #B7ACA0. Grayscale: #515151. Windows color (decimal): -12037281 or 6247240. OLE color: 6247240.

HSL color Cylindrical-coordinate representation of color #48535F: hue angle of 211.3º 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 #48535F is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB728395-
CMYK0.240.1300.63
HSL211.3º13.77%32.75%-
HSV(B)211.3º24.21%37.25%-
XYZ7.838.3912.03-
YUV81.08135.86121.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 95 (37.5% from 255) = 38%
R=28.8%
G=33.2%
B=38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7283950.240.1300.63211.313.7732.75
Hex48535F18D03Fd3e21
Octal11012313730150773231641
Binary1001000101001110111111100011010111111110100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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