Html Css Color HEX #4A4D56 Tuna

📋 copy color: '#4A4D56'

red 74 ◦ green 77 ◦ blue 86

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

Shades of Tuna #4A4D56

Tints of Tuna #4A4D56

RGB

 RED value IS 74 (29.3% from 255) = 31.22%

 GREEN value IS 77 (30.47% from 255) = 32.49%

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

R = 31.22%
G = 32.49%
B = 36.29%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4A4D56 (or 0x4A4D56) is known color: Tuna. HEX triplet: 4A, 4D and 56. RGB value is (74,77,86). Sum of RGB (Red+Green+Blue) = 74+77+86=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A4D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4D56 is #B5B2A9. Grayscale: #4D4D4D. Windows color (decimal): -11907754 or 5655882. OLE color: 5655882.

HSL color Cylindrical-coordinate representation of color #4A4D56: hue angle of 225º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4D56 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 77 86 -
CMYK 0.14 0.10 0 0.66
HSL 225º 0.08% 0.31% -
HSV(B) 225º 0.14% 0.34% -
XYZ 7.16 7.44 9.86 -
YUV 77.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 74 77 86 0.14 0.10 0 0.66 225 0.08 0.31
Hex 4A 4D 56 E A 0 42 E1 8 1F
Octal 112 115 126 16 12 0 102 341 10 37
Binary 1001010 1001101 1010110 1110 1010 0 1000010 11100001 1000 11111

Color Harmonies of #4A4D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4D56

Black with #4A4D56

Text Example


Text Example

White with #4A4D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,77,86); }

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

background-color css

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

 a { background-color: rgb(74,77,86); }

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

border-color css

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

 span { border-color: rgb(74,77,86); }

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