Html Css Color HEX #495454 Mako

📋 copy color: '#495454'

red 73 ◦ green 84 ◦ blue 84

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

Shades of Mako #495454

Tints of Mako #495454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.85%

 BLUE value IS 84 (33.2% from 255) = 34.85%

R = 30.29%
G = 34.85%
B = 34.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#495454 (or 0x495454) is known color: 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

RGB 73 84 84 -
CMYK 0.13 0 0 0.67
HSL 180º 0.07% 0.31% -
HSV(B) 180º 0.13% 0.33% -
XYZ 7.52 8.4 9.61 -
YUV 80.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 73 84 84 0.13 0 0 0.67 180 0.07 0.31
Hex 49 54 54 D 0 0 43 B4 7 1F
Octal 111 124 124 15 0 0 103 264 7 37
Binary 1001001 1010100 1010100 1101 0 0 1000011 10110100 111 11111

Color Harmonies of #495454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495454

Black with #495454

Text Example


Text Example

White with #495454

Text Example


Text Example

HTML Codes & Css Web 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>