Html Css Color HEX #48494A Tuna

📋 copy color: '#48494A'

red 72 ◦ green 73 ◦ blue 74

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

Shades of Tuna #48494A

Tints of Tuna #48494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

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

R = 32.88%
G = 33.33%
B = 33.79%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48494A (or 0x48494A) is known color: Tuna. HEX triplet: 48, 49 and 4A. RGB value is (72,73,74). Sum of RGB (Red+Green+Blue) = 72+73+74=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 74 - color contains mainly: blue. Hex color #48494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48494A is #B7B6B5. Grayscale: #484848. Windows color (decimal): -12039862 or 4868424. OLE color: 4868424.

HSL color Cylindrical-coordinate representation of color #48494A: hue angle of 210º 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 #48494A is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 73 74 -
CMYK 0.03 0.01 0 0.71
HSL 210º 0.01% 0.29% -
HSV(B) 210º 0.03% 0.29% -
XYZ 6.29 6.64 7.43 -
YUV 72.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 72 73 74 0.03 0.01 0 0.71 210 0.01 0.29
Hex 48 49 4A 3 1 0 47 D2 1 1D
Octal 110 111 112 3 1 0 107 322 1 35
Binary 1001000 1001001 1001010 11 1 0 1000111 11010010 1 11101

Color Harmonies of #48494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48494A

Black with #48494A

Text Example


Text Example

White with #48494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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