Html Css Color HEX #48525F Cello

📋 copy color: '#48525F'

red 72 ◦ green 82 ◦ blue 95

#48525F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #48525F

Tints of Cello #48525F

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 value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48525F (or 0x48525F) is known color: 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

RGB 72 82 95 -
CMYK 0.24 0.14 0 0.63
HSL 213.91º 0.14% 0.33% -
HSV(B) 213.91º 0.24% 0.37% -
XYZ 7.76 8.24 12.01 -
YUV 80.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 72 82 95 0.24 0.14 0 0.63 213.91 0.14 0.33
Hex 48 52 5F 18 E 0 3F D6 E 21
Octal 110 122 137 30 16 0 77 326 16 41
Binary 1001000 1010010 1011111 11000 1110 0 111111 11010110 1110 100001

Color Harmonies of #48525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48525F

Black with #48525F

Text Example


Text Example

White with #48525F

Text Example


Text Example

HTML Codes & Css Web 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>