#48515E

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

Shades of Cello #48515E

Tints of Cello #48515E

Color information

#48515E (or 0x48515E) is unknown color: approx Cello. HEX triplet: 48, 51 and 5E. RGB value is (72,81,94). Sum of RGB (Red+Green+Blue) = 72+81+94=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 94 - color contains mainly: blue. Hex color #48515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48515E is #B7AEA1. Grayscale: #4F4F4F. Windows color (decimal): -12037794 or 6181192. OLE color: 6181192.

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

Color convert

RGB728194-
CMYK0.230.1400.63
HSL215.45º13.25%32.55%-
HSV(B)215.45º23.4%36.86%-
XYZ7.648.0711.75-
YUV79.79136.02122.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=29.15%
G=32.79%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7281940.230.1400.63215.4513.2532.55
Hex48515E17E03Fd7d21
Octal11012113627160773271541
Binary1001000101000110111101011111100111111110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48515E; }

 p { color: rgb(72,81,94); }

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

<style>
 a { background-color: #48515E; }

 a { background-color: rgb(72,81,94); }

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

<style>
 span { border-color: #48515E; }

 span { border-color: rgb(72,81,94); }

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