Html Css Color HEX #495152 Mako

📋 copy color: '#495152'

red 73 ◦ green 81 ◦ blue 82

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

Shades of Mako #495152

Tints of Mako #495152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 82 (32.42% from 255) = 34.75%

R = 30.93%
G = 34.32%
B = 34.75%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#495152 (or 0x495152) is known color: Mako. HEX triplet: 49, 51 and 52. RGB value is (73,81,82). Sum of RGB (Red+Green+Blue) = 73+81+82=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 82 - color contains mainly: blue. Hex color #495152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495152 is #B6AEAD. Grayscale: #4E4E4E. Windows color (decimal): -11972270 or 5394761. OLE color: 5394761.

HSL color Cylindrical-coordinate representation of color #495152: hue angle of 186.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #495152 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 82 -
CMYK 0.11 0.01 0 0.68
HSL 186.67º 0.06% 0.3% -
HSV(B) 186.67º 0.11% 0.32% -
XYZ 7.21 7.91 9.13 -
YUV 78.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 73 81 82 0.11 0.01 0 0.68 186.67 0.06 0.3
Hex 49 51 52 B 1 0 44 BB 6 1E
Octal 111 121 122 13 1 0 104 273 6 36
Binary 1001001 1010001 1010010 1011 1 0 1000100 10111011 110 11110

Color Harmonies of #495152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495152

Black with #495152

Text Example


Text Example

White with #495152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495152; }

 p { color: rgb(73,81,82); }

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

background-color css

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

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

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

border-color css

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

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

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