Html Css Color HEX #48515C Cello

📋 copy color: '#48515C'

red 72 ◦ green 81 ◦ blue 92

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

Shades of Cello #48515C

Tints of Cello #48515C

RGB

 RED value IS 72 (28.52% from 255) = 29.39%

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 29.39%
G = 33.06%
B = 37.55%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48515C (or 0x48515C) is known color: Cello. HEX triplet: 48, 51 and 5C. RGB value is (72,81,92). Sum of RGB (Red+Green+Blue) = 72+81+92=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 92 - color contains mainly: blue. Hex color #48515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48515C is #B7AEA3. Grayscale: #4F4F4F. Windows color (decimal): -12037796 or 6050120. OLE color: 6050120.

HSL color Cylindrical-coordinate representation of color #48515C: hue angle of 213º 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 #48515C is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 81 92 -
CMYK 0.22 0.12 0 0.64
HSL 213º 0.12% 0.32% -
HSV(B) 213º 0.22% 0.36% -
XYZ 7.55 8.04 11.28 -
YUV 79.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 72 81 92 0.22 0.12 0 0.64 213 0.12 0.32
Hex 48 51 5C 16 C 0 40 D5 C 20
Octal 110 121 134 26 14 0 100 325 14 40
Binary 1001000 1010001 1011100 10110 1100 0 1000000 11010101 1100 100000

Color Harmonies of #48515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48515C

Black with #48515C

Text Example


Text Example

White with #48515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48515C;
 }
 .AnyTagClassName
 {
   color: #48515C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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