Html Css Color HEX #48494D Tuna

📋 copy color: '#48494D'

red 72 ◦ green 73 ◦ blue 77

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

Shades of Tuna #48494D

Tints of Tuna #48494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 32.43%
G = 32.88%
B = 34.68%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48494D (or 0x48494D) is known color: Tuna. HEX triplet: 48, 49 and 4D. RGB value is (72,73,77). Sum of RGB (Red+Green+Blue) = 72+73+77=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 77 - color contains mainly: blue. Hex color #48494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48494D is #B7B6B2. Grayscale: #494949. Windows color (decimal): -12039859 or 5065032. OLE color: 5065032.

HSL color Cylindrical-coordinate representation of color #48494D: hue angle of 228º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #48494D is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 73 77 -
CMYK 0.06 0.05 0 0.70
HSL 228º 0.03% 0.29% -
HSV(B) 228º 0.06% 0.3% -
XYZ 6.39 6.68 7.97 -
YUV 73.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 72 73 77 0.06 0.05 0 0.70 228 0.03 0.29
Hex 48 49 4D 6 5 0 46 E4 3 1D
Octal 110 111 115 6 5 0 106 344 3 35
Binary 1001000 1001001 1001101 110 101 0 1000110 11100100 11 11101

Color Harmonies of #48494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48494D

Black with #48494D

Text Example


Text Example

White with #48494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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