Html Css Color HEX #48494B Tuna

📋 copy color: '#48494B'

red 72 ◦ green 73 ◦ blue 75

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

Shades of Tuna #48494B

Tints of Tuna #48494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 32.73%
G = 33.18%
B = 34.09%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48494B (or 0x48494B) is known color: Tuna. HEX triplet: 48, 49 and 4B. RGB value is (72,73,75). Sum of RGB (Red+Green+Blue) = 72+73+75=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 75 - color contains mainly: blue. Hex color #48494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48494B is #B7B6B4. Grayscale: #484848. Windows color (decimal): -12039861 or 4933960. OLE color: 4933960.

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

Color convert

RGB 72 73 75 -
CMYK 0.04 0.03 0 0.71
HSL 220º 0.02% 0.29% -
HSV(B) 220º 0.04% 0.29% -
XYZ 6.33 6.65 7.61 -
YUV 72.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 72 73 75 0.04 0.03 0 0.71 220 0.02 0.29
Hex 48 49 4B 4 3 0 47 DC 2 1D
Octal 110 111 113 4 3 0 107 334 2 35
Binary 1001000 1001001 1001011 100 11 0 1000111 11011100 10 11101

Color Harmonies of #48494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48494B

Black with #48494B

Text Example


Text Example

White with #48494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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