Html Css Color HEX #495059 Tuna

📋 copy color: '#495059'

red 73 ◦ green 80 ◦ blue 89

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

Shades of Tuna #495059

Tints of Tuna #495059

RGB

 RED value IS 73 (28.91% from 255) = 30.17%

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

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 30.17%
G = 33.06%
B = 36.78%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495059 (or 0x495059) is known color: Tuna. HEX triplet: 49, 50 and 59. RGB value is (73,80,89). Sum of RGB (Red+Green+Blue) = 73+80+89=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #495059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495059 is #B6AFA6. Grayscale: #4E4E4E. Windows color (decimal): -11972519 or 5853257. OLE color: 5853257.

HSL color Cylindrical-coordinate representation of color #495059: hue angle of 213.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495059 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 80 89 -
CMYK 0.18 0.10 0 0.65
HSL 213.75º 0.1% 0.32% -
HSV(B) 213.75º 0.18% 0.35% -
XYZ 7.42 7.88 10.58 -
YUV 78.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 73 80 89 0.18 0.10 0 0.65 213.75 0.1 0.32
Hex 49 50 59 12 A 0 41 D6 A 20
Octal 111 120 131 22 12 0 101 326 12 40
Binary 1001001 1010000 1011001 10010 1010 0 1000001 11010110 1010 100000

Color Harmonies of #495059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495059

Black with #495059

Text Example


Text Example

White with #495059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495059; }

 p { color: rgb(73,80,89); }

 H1.HeaderClassName
 {
   color: #495059;
 }
 .AnyTagClassName
 {
   color: #495059;
 }
</style>

background-color css

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

 a { background-color: rgb(73,80,89); }

 div.DivClassName
 {
   background-color: #495059;
 }
 .BgClassName
 {
   background-color: #495059;
 }
</style>

border-color css

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

 span { border-color: rgb(73,80,89); }

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