Html Css Color HEX #4C5056 Tuna

📋 copy color: '#4C5056'

red 76 ◦ green 80 ◦ blue 86

#4C5056
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuna #4C5056

Tints of Tuna #4C5056

RGB

 RED value IS 76 (30.08% from 255) = 31.4%

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 31.4%
G = 33.06%
B = 35.54%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4C5056 (or 0x4C5056) is known color: Tuna. HEX triplet: 4C, 50 and 56. RGB value is (76,80,86). Sum of RGB (Red+Green+Blue) = 76+80+86=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 86 - color contains mainly: blue. Hex color #4C5056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5056 is #B3AFA9. Grayscale: #4F4F4F. Windows color (decimal): -11775914 or 5656652. OLE color: 5656652.

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

Color convert

RGB 76 80 86 -
CMYK 0.12 0.07 0 0.66
HSL 216º 0.06% 0.32% -
HSV(B) 216º 0.12% 0.34% -
XYZ 7.53 7.95 9.94 -
YUV 79.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 76 80 86 0.12 0.07 0 0.66 216 0.06 0.32
Hex 4C 50 56 C 7 0 42 D8 6 20
Octal 114 120 126 14 7 0 102 330 6 40
Binary 1001100 1010000 1010110 1100 111 0 1000010 11011000 110 100000

Color Harmonies of #4C5056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5056

Black with #4C5056

Text Example


Text Example

White with #4C5056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C5056;
 }
 .AnyTagClassName
 {
   color: #4C5056;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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