Html Css Color HEX #48505D Tuna

📋 copy color: '#48505D'

red 72 ◦ green 80 ◦ blue 93

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

Shades of Tuna #48505D

Tints of Tuna #48505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 29.39%
G = 32.65%
B = 37.96%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48505D (or 0x48505D) is known color: Tuna. HEX triplet: 48, 50 and 5D. RGB value is (72,80,93). Sum of RGB (Red+Green+Blue) = 72+80+93=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #48505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48505D is #B7AFA2. Grayscale: #4F4F4F. Windows color (decimal): -12038051 or 6115400. OLE color: 6115400.

HSL color Cylindrical-coordinate representation of color #48505D: hue angle of 217.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48505D is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 80 93 -
CMYK 0.23 0.14 0 0.64
HSL 217.14º 0.13% 0.32% -
HSV(B) 217.14º 0.23% 0.36% -
XYZ 7.52 7.91 11.49 -
YUV 79.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 72 80 93 0.23 0.14 0 0.64 217.14 0.13 0.32
Hex 48 50 5D 17 E 0 40 D9 D 20
Octal 110 120 135 27 16 0 100 331 15 40
Binary 1001000 1010000 1011101 10111 1110 0 1000000 11011001 1101 100000

Color Harmonies of #48505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48505D

Black with #48505D

Text Example


Text Example

White with #48505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,80,93); }

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

background-color css

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

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

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

border-color css

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

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

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