Html Css Color HEX #4D5054 Tuna

📋 copy color: '#4D5054'

red 77 ◦ green 80 ◦ blue 84

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

Shades of Tuna #4D5054

Tints of Tuna #4D5054

RGB

 RED value IS 77 (30.47% from 255) = 31.95%

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

 BLUE value IS 84 (33.2% from 255) = 34.85%

R = 31.95%
G = 33.2%
B = 34.85%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D5054 (or 0x4D5054) is known color: Tuna. HEX triplet: 4D, 50 and 54. RGB value is (77,80,84). Sum of RGB (Red+Green+Blue) = 77+80+84=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 84 - color contains mainly: blue. Hex color #4D5054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5054 is #B2AFAB. Grayscale: #4F4F4F. Windows color (decimal): -11710380 or 5525581. OLE color: 5525581.

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

Color convert

RGB 77 80 84 -
CMYK 0.08 0.05 0 0.67
HSL 214.29º 0.04% 0.32% -
HSV(B) 214.29º 0.08% 0.33% -
XYZ 7.53 7.96 9.53 -
YUV 79.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 77 80 84 0.08 0.05 0 0.67 214.29 0.04 0.32
Hex 4D 50 54 8 5 0 43 D6 4 20
Octal 115 120 124 10 5 0 103 326 4 40
Binary 1001101 1010000 1010100 1000 101 0 1000011 11010110 100 100000

Color Harmonies of #4D5054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5054

Black with #4D5054

Text Example


Text Example

White with #4D5054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,84); }

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

background-color css

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

 a { background-color: rgb(77,80,84); }

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

border-color css

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

 span { border-color: rgb(77,80,84); }

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