#4A4B4C

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

Shades of Tuna #4A4B4C

Tints of Tuna #4A4B4C

Color information

#4A4B4C (or 0x4A4B4C) is unknown color: approx Tuna. HEX triplet: 4A, 4B and 4C. RGB value is (74,75,76). Sum of RGB (Red+Green+Blue) = 74+75+76=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A4B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B4C is #B5B4B3. Grayscale: #4A4A4A. Windows color (decimal): -11908276 or 5000010. OLE color: 5000010.

HSL color Cylindrical-coordinate representation of color #4A4B4C: hue angle of 210º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #4A4B4C is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB747576-
CMYK0.030.0100.70
HSL210º1.33%29.41%-
HSV(B)210º2.63%29.8%-
XYZ6.647.017.84-
YUV74.82128.67127.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=32.89%
G=33.33%
B=33.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7475760.030.0100.702101.3329.41
Hex4A4B4C31046d211d
Octal112113114310106322135
Binary1001010100101110011001110100011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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