#4A4B4F

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

Shades of Tuna #4A4B4F

Tints of Tuna #4A4B4F

Color information

#4A4B4F (or 0x4A4B4F) is unknown color: approx Tuna. HEX triplet: 4A, 4B and 4F. RGB value is (74,75,79). Sum of RGB (Red+Green+Blue) = 74+75+79=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A4B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4B4F is #B5B4B0. Grayscale: #4B4B4B. Windows color (decimal): -11908273 or 5196618. OLE color: 5196618.

HSL color Cylindrical-coordinate representation of color #4A4B4F: hue angle of 228º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4A4B4F is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB747579-
CMYK0.060.0500.69
HSL228º3.27%30%-
HSV(B)228º6.33%30.98%-
XYZ6.757.058.4-
YUV75.16130.17127.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.46%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=32.46%
G=32.89%
B=34.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7475790.060.0500.692283.2730
Hex4A4B4F65045e431e
Octal112113117650105344336
Binary10010101001011100111111010101000101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,75,79); }

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

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

 a { background-color: rgb(74,75,79); }

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

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

 span { border-color: rgb(74,75,79); }

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