#484C53

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

Shades of Tuna #484C53

Tints of Tuna #484C53

Color information

#484C53 (or 0x484C53) is unknown color: approx Tuna. HEX triplet: 48, 4C and 53. RGB value is (72,76,83). Sum of RGB (Red+Green+Blue) = 72+76+83=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #484C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C53 is #B7B3AC. Grayscale: #4B4B4B. Windows color (decimal): -12039085 or 5459016. OLE color: 5459016.

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

Color convert

RGB727683-
CMYK0.130.0800.67
HSL218.18º7.1%30.39%-
HSV(B)218.18º13.25%32.55%-
XYZ6.827.179.21-
YUV75.6132.17125.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=31.17%
G=32.90%
B=35.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7276830.130.0800.67218.187.130.39
Hex484C53D8043da71e
Octal11011412315100103332736
Binary10010001001100101001111011000010000111101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,76,83); }

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

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

 a { background-color: rgb(72,76,83); }

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

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

 span { border-color: rgb(72,76,83); }

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