Html Css Color HEX #495253 Mako

📋 copy color: '#495253'

red 73 ◦ green 82 ◦ blue 83

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

Shades of Mako #495253

Tints of Mako #495253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 30.67%
G = 34.45%
B = 34.87%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#495253 (or 0x495253) is known color: Mako. HEX triplet: 49, 52 and 53. RGB value is (73,82,83). Sum of RGB (Red+Green+Blue) = 73+82+83=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 83 - color contains mainly: blue. Hex color #495253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495253 is #B6ADAC. Grayscale: #4F4F4F. Windows color (decimal): -11972013 or 5460553. OLE color: 5460553.

HSL color Cylindrical-coordinate representation of color #495253: hue angle of 186º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495253 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 82 83 -
CMYK 0.12 0.01 0 0.67
HSL 186º 0.06% 0.31% -
HSV(B) 186º 0.12% 0.33% -
XYZ 7.33 8.08 9.36 -
YUV 79.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 73 82 83 0.12 0.01 0 0.67 186 0.06 0.31
Hex 49 52 53 C 1 0 43 BA 6 1F
Octal 111 122 123 14 1 0 103 272 6 37
Binary 1001001 1010010 1010011 1100 1 0 1000011 10111010 110 11111

Color Harmonies of #495253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495253

Black with #495253

Text Example


Text Example

White with #495253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495253; }

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

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

background-color css

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

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

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

border-color css

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

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

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