#4A505B

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

Shades of Tuna #4A505B

Tints of Tuna #4A505B

Color information

#4A505B (or 0x4A505B) is unknown color: approx Tuna. HEX triplet: 4A, 50 and 5B. RGB value is (74,80,91). Sum of RGB (Red+Green+Blue) = 74+80+91=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A505B is #B5AFA4. Grayscale: #4F4F4F. Windows color (decimal): -11906981 or 5984330. OLE color: 5984330.

HSL color Cylindrical-coordinate representation of color #4A505B: hue angle of 218.82º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A505B is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB748091-
CMYK0.190.1200.64
HSL218.82º10.3%32.35%-
HSV(B)218.82º18.68%35.69%-
XYZ7.587.9511.03-
YUV79.46134.51124.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=30.20%
G=32.65%
B=37.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7480910.190.1200.64218.8210.332.35
Hex4A505B13C040dba20
Octal112120133231401003331240
Binary10010101010000101101110011110001000000110110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,80,91); }

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

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

 a { background-color: rgb(74,80,91); }

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

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

 span { border-color: rgb(74,80,91); }

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