#484D54

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

Shades of Tuna #484D54

Tints of Tuna #484D54

Color information

#484D54 (or 0x484D54) is unknown color: approx Tuna. HEX triplet: 48, 4D and 54. RGB value is (72,77,84). Sum of RGB (Red+Green+Blue) = 72+77+84=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 84 - color contains mainly: blue. Hex color #484D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D54 is #B7B2AB. Grayscale: #4C4C4C. Windows color (decimal): -12038828 or 5524808. OLE color: 5524808.

HSL color Cylindrical-coordinate representation of color #484D54: hue angle of 215º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484D54 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB727784-
CMYK0.140.0800.67
HSL215º7.69%30.59%-
HSV(B)215º14.29%32.94%-
XYZ6.937.339.44-
YUV76.3132.34124.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=30.90%
G=33.05%
B=36.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7277840.140.0800.672157.6930.59
Hex484D54E8043d781f
Octal110115124161001033271037
Binary100100010011011010100111010000100001111010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,77,84); }

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

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

 a { background-color: rgb(72,77,84); }

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

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

 span { border-color: rgb(72,77,84); }

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