Html Css Color HEX #49585A Mako

📋 copy color: '#49585A'

red 73 ◦ green 88 ◦ blue 90

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

Shades of Mako #49585A

Tints of Mako #49585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.06%

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 29.08%
G = 35.06%
B = 35.86%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49585A (or 0x49585A) is known color: Mako. HEX triplet: 49, 58 and 5A. RGB value is (73,88,90). Sum of RGB (Red+Green+Blue) = 73+88+90=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #49585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49585A is #B6A7A5. Grayscale: #535353. Windows color (decimal): -11970470 or 5920841. OLE color: 5920841.

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

Color convert

RGB 73 88 90 -
CMYK 0.19 0.02 0 0.65
HSL 187.06º 0.1% 0.32% -
HSV(B) 187.06º 0.19% 0.35% -
XYZ 8.08 9.13 11.01 -
YUV 83.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 73 88 90 0.19 0.02 0 0.65 187.06 0.1 0.32
Hex 49 58 5A 13 2 0 41 BB A 20
Octal 111 130 132 23 2 0 101 273 12 40
Binary 1001001 1011000 1011010 10011 10 0 1000001 10111011 1010 100000

Color Harmonies of #49585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49585A

Black with #49585A

Text Example


Text Example

White with #49585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49585A; }

 p { color: rgb(73,88,90); }

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

background-color css

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

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

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

border-color css

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

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

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