#484B51

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

Shades of Tuna #484B51

Tints of Tuna #484B51

Color information

#484B51 (or 0x484B51) is unknown color: approx Tuna. HEX triplet: 48, 4B and 51. RGB value is (72,75,81). Sum of RGB (Red+Green+Blue) = 72+75+81=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 81 - color contains mainly: blue. Hex color #484B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B51 is #B7B4AE. Grayscale: #4A4A4A. Windows color (decimal): -12039343 or 5327688. OLE color: 5327688.

HSL color Cylindrical-coordinate representation of color #484B51: hue angle of 220º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #484B51 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB727581-
CMYK0.110.0700.68
HSL220º5.88%30%-
HSV(B)220º11.11%31.76%-
XYZ6.6778.78-
YUV74.79131.51126.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=31.58%
G=32.89%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7275810.110.0700.682205.8830
Hex484B51B7044dc61e
Octal1101131211370104334636
Binary1001000100101110100011011111010001001101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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