Html Css Color HEX #495959 Mako

📋 copy color: '#495959'

red 73 ◦ green 89 ◦ blue 89

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

Shades of Mako #495959

Tints of Mako #495959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.46%

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

R = 29.08%
G = 35.46%
B = 35.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495959 (or 0x495959) is known color: Mako. HEX triplet: 49, 59 and 59. RGB value is (73,89,89). Sum of RGB (Red+Green+Blue) = 73+89+89=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #495959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495959 is #B6A6A6. Grayscale: #545454. Windows color (decimal): -11970215 or 5855561. OLE color: 5855561.

HSL color Cylindrical-coordinate representation of color #495959: hue angle of 180º 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 #495959 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 89 -
CMYK 0.18 0 0 0.65
HSL 180º 0.1% 0.32% -
HSV(B) 180º 0.18% 0.35% -
XYZ 8.12 9.28 10.81 -
YUV 84.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 73 89 89 0.18 0 0 0.65 180 0.1 0.32
Hex 49 59 59 12 0 0 41 B4 A 20
Octal 111 131 131 22 0 0 101 264 12 40
Binary 1001001 1011001 1011001 10010 0 0 1000001 10110100 1010 100000

Color Harmonies of #495959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495959

Black with #495959

Text Example


Text Example

White with #495959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495959; }

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

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

background-color css

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

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

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

border-color css

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

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

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