#484B50

Color #484B50 Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #484B50

Tints of Tuna #484B50

Color information

#484B50 (or 0x484B50) is unknown color: approx Tuna. HEX triplet: 48, 4B and 50. RGB value is (72,75,80). Sum of RGB (Red+Green+Blue) = 72+75+80=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #484B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B50 is #B7B4AF. Grayscale: #4A4A4A. Windows color (decimal): -12039344 or 5262152. OLE color: 5262152.

HSL color Cylindrical-coordinate representation of color #484B50: hue angle of 217.5º 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 #484B50 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB727580-
CMYK0.100.0600.69
HSL217.5º5.26%29.8%-
HSV(B)217.5º10%31.37%-
XYZ6.646.998.59-
YUV74.67131.01126.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=31.72%
G=33.04%
B=35.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7275800.100.0600.69217.55.2629.8
Hex484B50A6045d951e
Octal1101131201260105331536
Binary1001000100101110100001010110010001011101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #484B50;
 }
 .AnyTagClassName
 {
   color: #484B50;
 }
</style>
background-color css

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

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

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

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

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

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