#484C52

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

Shades of Tuna #484C52

Tints of Tuna #484C52

Color information

#484C52 (or 0x484C52) is unknown color: approx Tuna. HEX triplet: 48, 4C and 52. RGB value is (72,76,82). Sum of RGB (Red+Green+Blue) = 72+76+82=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 82 - color contains mainly: blue. Hex color #484C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C52 is #B7B3AD. Grayscale: #4B4B4B. Windows color (decimal): -12039086 or 5393480. OLE color: 5393480.

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

Color convert

RGB727682-
CMYK0.120.0700.68
HSL216º6.49%30.2%-
HSV(B)216º12.2%32.16%-
XYZ6.787.169.01-
YUV75.49131.67125.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=31.30%
G=33.04%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7276820.120.0700.682166.4930.2
Hex484C52C7044d861e
Octal1101141221470104330636
Binary1001000100110010100101100111010001001101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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