#4B4D54

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

Shades of Tuna #4B4D54

Tints of Tuna #4B4D54

Color information

#4B4D54 (or 0x4B4D54) is unknown color: approx Tuna. HEX triplet: 4B, 4D and 54. RGB value is (75,77,84). Sum of RGB (Red+Green+Blue) = 75+77+84=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B4D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4D54 is #B4B2AB. Grayscale: #4D4D4D. Windows color (decimal): -11842220 or 5524811. OLE color: 5524811.

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

Color convert

RGB757784-
CMYK0.110.0800.67
HSL226.67º5.66%31.18%-
HSV(B)226.67º10.71%32.94%-
XYZ7.167.449.45-
YUV77.2131.84126.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=31.78%
G=32.63%
B=35.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7577840.110.0800.67226.675.6631.18
Hex4B4D54B8043e361f
Octal11311512413100103343637
Binary10010111001101101010010111000010000111110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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