#4C5055

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

Shades of Tuna #4C5055

Tints of Tuna #4C5055

Color information

#4C5055 (or 0x4C5055) is unknown color: approx Tuna. HEX triplet: 4C, 50 and 55. RGB value is (76,80,85). Sum of RGB (Red+Green+Blue) = 76+80+85=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C5055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5055 is #B3AFAA. Grayscale: #4F4F4F. Windows color (decimal): -11775915 or 5591116. OLE color: 5591116.

HSL color Cylindrical-coordinate representation of color #4C5055: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C5055 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB768085-
CMYK0.110.0600.67
HSL213.33º5.59%31.57%-
HSV(B)213.33º10.59%33.33%-
XYZ7.497.939.73-
YUV79.37131.17125.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=31.54%
G=33.20%
B=35.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7680850.110.0600.67213.335.5931.57
Hex4C5055B6043d5620
Octal1141201251360103325640
Binary10011001010000101010110111100100001111010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,85); }

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

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

 a { background-color: rgb(76,80,85); }

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

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

 span { border-color: rgb(76,80,85); }

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