Html Css Color HEX #4A505B Tuna

📋 copy color: '#4A505B'

red 74 ◦ green 80 ◦ blue 91

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

Shades of Tuna #4A505B

Tints of Tuna #4A505B

RGB

 RED value IS 74 (29.3% from 255) = 30.2%

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

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 30.2%
G = 32.65%
B = 37.14%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A505B (or 0x4A505B) is known color: 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

RGB 74 80 91 -
CMYK 0.19 0.12 0 0.64
HSL 218.82º 0.1% 0.32% -
HSV(B) 218.82º 0.19% 0.36% -
XYZ 7.58 7.95 11.03 -
YUV 79.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 74 80 91 0.19 0.12 0 0.64 218.82 0.1 0.32
Hex 4A 50 5B 13 C 0 40 DB A 20
Octal 112 120 133 23 14 0 100 333 12 40
Binary 1001010 1010000 1011011 10011 1100 0 1000000 11011011 1010 100000

Color Harmonies of #4A505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A505B

Black with #4A505B

Text Example


Text Example

White with #4A505B

Text Example


Text Example

HTML Codes & Css Web 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>