Html Css Color HEX #48515A Cello

📋 copy color: '#48515A'

red 72 ◦ green 81 ◦ blue 90

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

Shades of Cello #48515A

Tints of Cello #48515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 29.63%
G = 33.33%
B = 37.04%

CMYK

 C value IS 0.20

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48515A (or 0x48515A) is known color: Cello. HEX triplet: 48, 51 and 5A. RGB value is (72,81,90). Sum of RGB (Red+Green+Blue) = 72+81+90=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #48515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48515A is #B7AEA5. Grayscale: #4F4F4F. Windows color (decimal): -12037798 or 5919048. OLE color: 5919048.

HSL color Cylindrical-coordinate representation of color #48515A: hue angle of 210º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #48515A is Cyan = 0.20, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 81 90 -
CMYK 0.20 0.1 0 0.65
HSL 210º 0.11% 0.32% -
HSV(B) 210º 0.2% 0.35% -
XYZ 7.46 8 10.82 -
YUV 79.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 72 81 90 0.20 0.1 0 0.65 210 0.11 0.32
Hex 48 51 5A 14 A 0 41 D2 B 20
Octal 110 121 132 24 12 0 101 322 13 40
Binary 1001000 1010001 1011010 10100 1010 0 1000001 11010010 1011 100000

Color Harmonies of #48515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48515A

Black with #48515A

Text Example


Text Example

White with #48515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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