#4C5259

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

Shades of Tuna #4C5259

Tints of Tuna #4C5259

Color information

#4C5259 (or 0x4C5259) is unknown color: approx Tuna. HEX triplet: 4C, 52 and 59. RGB value is (76,82,89). Sum of RGB (Red+Green+Blue) = 76+82+89=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C5259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5259 is #B3ADA6. Grayscale: #505050. Windows color (decimal): -11775399 or 5853772. OLE color: 5853772.

HSL color Cylindrical-coordinate representation of color #4C5259: hue angle of 212.31º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5259 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB768289-
CMYK0.150.0800.65
HSL212.31º7.88%32.35%-
HSV(B)212.31º14.61%34.9%-
XYZ7.88.2910.64-
YUV81132.51124.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=30.77%
G=33.20%
B=36.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7682890.150.0800.65212.317.8832.35
Hex4C5259F8041d4820
Octal114122131171001013241040
Binary1001100101001010110011111100001000001110101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C5259; }

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

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

<style>
 a { background-color: #4C5259; }

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

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

<style>
 span { border-color: #4C5259; }

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

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