Html Css Color HEX #484A50 Tuna

📋 copy color: '#484A50'

red 72 ◦ green 74 ◦ blue 80

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

Shades of Tuna #484A50

Tints of Tuna #484A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 31.86%
G = 32.74%
B = 35.4%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#484A50 (or 0x484A50) is known color: Tuna. HEX triplet: 48, 4A and 50. RGB value is (72,74,80). Sum of RGB (Red+Green+Blue) = 72+74+80=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: blue. Hex color #484A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A50 is #B7B5AF. Grayscale: #4A4A4A. Windows color (decimal): -12039600 or 5261896. OLE color: 5261896.

HSL color Cylindrical-coordinate representation of color #484A50: hue angle of 225º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484A50 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 74 80 -
CMYK 0.10 0.08 0 0.69
HSL 225º 0.05% 0.3% -
HSV(B) 225º 0.1% 0.31% -
XYZ 6.57 6.85 8.57 -
YUV 74.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 72 74 80 0.10 0.08 0 0.69 225 0.05 0.3
Hex 48 4A 50 A 8 0 45 E1 5 1E
Octal 110 112 120 12 10 0 105 341 5 36
Binary 1001000 1001010 1010000 1010 1000 0 1000101 11100001 101 11110

Color Harmonies of #484A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A50

Black with #484A50

Text Example


Text Example

White with #484A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A50; }

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

 H1.HeaderClassName
 {
   color: #484A50;
 }
 .AnyTagClassName
 {
   color: #484A50;
 }
</style>

background-color css

<style>
 a { background-color: #484A50; }

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

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

border-color css

<style>
 span { border-color: #484A50; }

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

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