Html Css Color HEX #48505C Tuna

📋 copy color: '#48505C'

red 72 ◦ green 80 ◦ blue 92

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

Shades of Tuna #48505C

Tints of Tuna #48505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 29.51%
G = 32.79%
B = 37.7%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48505C (or 0x48505C) is known color: Tuna. HEX triplet: 48, 50 and 5C. RGB value is (72,80,92). Sum of RGB (Red+Green+Blue) = 72+80+92=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #48505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48505C is #B7AFA3. Grayscale: #4E4E4E. Windows color (decimal): -12038052 or 6049864. OLE color: 6049864.

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

Color convert

RGB 72 80 92 -
CMYK 0.22 0.13 0 0.64
HSL 216º 0.12% 0.32% -
HSV(B) 216º 0.22% 0.36% -
XYZ 7.47 7.89 11.25 -
YUV 78.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 72 80 92 0.22 0.13 0 0.64 216 0.12 0.32
Hex 48 50 5C 16 D 0 40 D8 C 20
Octal 110 120 134 26 15 0 100 330 14 40
Binary 1001000 1010000 1011100 10110 1101 0 1000000 11011000 1100 100000

Color Harmonies of #48505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48505C

Black with #48505C

Text Example


Text Example

White with #48505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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