#495454

Color #495454 Mako (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mako #495454

Tints of Mako #495454

Color information

#495454 (or 0x495454) is unknown color: approx Mako. HEX triplet: 49, 54 and 54. RGB value is (73,84,84). Sum of RGB (Red+Green+Blue) = 73+84+84=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #495454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495454 is #B6ABAB. Grayscale: #505050. Windows color (decimal): -11971500 or 5526601. OLE color: 5526601.

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

Color convert

RGB738484-
CMYK0.13000.67
HSL180º7.01%30.78%-
HSV(B)180º13.1%32.94%-
XYZ7.528.49.61-
YUV80.71129.86122.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=30.29%
G=34.85%
B=34.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384840.13000.671807.0130.78
Hex495454D0043b471f
Octal1111241241500103264737
Binary10010011010100101010011010010000111011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495454; }

 p { color: rgb(73,84,84); }

 H1.HeaderClassName
 {
   color: #495454;
 }
 .AnyTagClassName
 {
   color: #495454;
 }
</style>
background-color css

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

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

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

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

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

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