Html Css Color HEX #495859 Mako

📋 copy color: '#495859'

red 73 ◦ green 88 ◦ blue 89

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

Shades of Mako #495859

Tints of Mako #495859

RGB

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

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

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

R = 29.2%
G = 35.2%
B = 35.6%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495859 (or 0x495859) is known color: Mako. HEX triplet: 49, 58 and 59. RGB value is (73,88,89). Sum of RGB (Red+Green+Blue) = 73+88+89=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #495859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495859 is #B6A7A6. Grayscale: #535353. Windows color (decimal): -11970471 or 5855305. OLE color: 5855305.

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

Color convert

RGB 73 88 89 -
CMYK 0.18 0.01 0 0.65
HSL 183.75º 0.1% 0.32% -
HSV(B) 183.75º 0.18% 0.35% -
XYZ 8.04 9.12 10.79 -
YUV 83.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 73 88 89 0.18 0.01 0 0.65 183.75 0.1 0.32
Hex 49 58 59 12 1 0 41 B8 A 20
Octal 111 130 131 22 1 0 101 270 12 40
Binary 1001001 1011000 1011001 10010 1 0 1000001 10111000 1010 100000

Color Harmonies of #495859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495859

Black with #495859

Text Example


Text Example

White with #495859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495859; }

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

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

background-color css

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

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

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

border-color css

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

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

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