Html Css Color HEX #495758 Mako

📋 copy color: '#495758'

red 73 ◦ green 87 ◦ blue 88

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

Shades of Mako #495758

Tints of Mako #495758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 29.44%
G = 35.08%
B = 35.48%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495758 (or 0x495758) is known color: Mako. HEX triplet: 49, 57 and 58. RGB value is (73,87,88). Sum of RGB (Red+Green+Blue) = 73+87+88=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #495758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495758 is #B6A8A7. Grayscale: #525252. Windows color (decimal): -11970728 or 5789513. OLE color: 5789513.

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

Color convert

RGB 73 87 88 -
CMYK 0.17 0.01 0 0.65
HSL 184º 0.09% 0.32% -
HSV(B) 184º 0.17% 0.35% -
XYZ 7.92 8.94 10.54 -
YUV 82.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 73 87 88 0.17 0.01 0 0.65 184 0.09 0.32
Hex 49 57 58 11 1 0 41 B8 9 20
Octal 111 127 130 21 1 0 101 270 11 40
Binary 1001001 1010111 1011000 10001 1 0 1000001 10111000 1001 100000

Color Harmonies of #495758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495758

Black with #495758

Text Example


Text Example

White with #495758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495758; }

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

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

background-color css

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

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

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

border-color css

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

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

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