Html Css Color HEX #484849 Payne's Grey

📋 copy color: '#484849'

red 72 ◦ green 72 ◦ blue 73

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

Shades of Payne's Grey #484849

Tints of Payne's Grey #484849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 33.18%
G = 33.18%
B = 33.64%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#484849 (or 0x484849) is known color: Payne's Grey. HEX triplet: 48, 48 and 49. RGB value is (72,72,73). Sum of RGB (Red+Green+Blue) = 72+72+73=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 73 - color contains mainly: blue. Hex color #484849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484849 is #B7B7B6. Grayscale: #484848. Windows color (decimal): -12040119 or 4802632. OLE color: 4802632.

HSL color Cylindrical-coordinate representation of color #484849: hue angle of 240º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #484849 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 72 73 -
CMYK 0.01 0.01 0 0.71
HSL 240º 0.01% 0.28% -
HSV(B) 240º 0.01% 0.29% -
XYZ 6.19 6.49 7.23 -
YUV 72.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 72 72 73 0.01 0.01 0 0.71 240 0.01 0.28
Hex 48 48 49 1 1 0 47 F0 1 1C
Octal 110 110 111 1 1 0 107 360 1 34
Binary 1001000 1001000 1001001 1 1 0 1000111 11110000 1 11100

Color Harmonies of #484849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484849

Black with #484849

Text Example


Text Example

White with #484849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484849; }

 p { color: rgb(72,72,73); }

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

background-color css

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

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

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

border-color css

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

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

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