Html Css Color HEX #48484A Payne's Grey

📋 copy color: '#48484A'

red 72 ◦ green 72 ◦ blue 74

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

Shades of Payne's Grey #48484A

Tints of Payne's Grey #48484A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 33.03%
G = 33.03%
B = 33.94%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48484A (or 0x48484A) is known color: Payne's Grey. HEX triplet: 48, 48 and 4A. RGB value is (72,72,74). Sum of RGB (Red+Green+Blue) = 72+72+74=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 74 - color contains mainly: blue. Hex color #48484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48484A is #B7B7B5. Grayscale: #484848. Windows color (decimal): -12040118 or 4868168. OLE color: 4868168.

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

Color convert

RGB 72 72 74 -
CMYK 0.03 0.03 0 0.71
HSL 240º 0.01% 0.29% -
HSV(B) 240º 0.03% 0.29% -
XYZ 6.23 6.51 7.41 -
YUV 72.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 72 72 74 0.03 0.03 0 0.71 240 0.01 0.29
Hex 48 48 4A 3 3 0 47 F0 1 1D
Octal 110 110 112 3 3 0 107 360 1 35
Binary 1001000 1001000 1001010 11 11 0 1000111 11110000 1 11101

Color Harmonies of #48484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48484A

Black with #48484A

Text Example


Text Example

White with #48484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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