Html Css Color HEX #48515E Cello

📋 copy color: '#48515E'

red 72 ◦ green 81 ◦ blue 94

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

Shades of Cello #48515E

Tints of Cello #48515E

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

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48515E (or 0x48515E) is known color: 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

RGB 72 81 94 -
CMYK 0.23 0.14 0 0.63
HSL 215.45º 0.13% 0.33% -
HSV(B) 215.45º 0.23% 0.37% -
XYZ 7.64 8.07 11.75 -
YUV 79.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 72 81 94 0.23 0.14 0 0.63 215.45 0.13 0.33
Hex 48 51 5E 17 E 0 3F D7 D 21
Octal 110 121 136 27 16 0 77 327 15 41
Binary 1001000 1010001 1011110 10111 1110 0 111111 11010111 1101 100001

Color Harmonies of #48515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48515E

Black with #48515E

Text Example


Text Example

White with #48515E

Text Example


Text Example

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