#4A5454

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

Shades of Mako #4A5454

Tints of Mako #4A5454

Color information

#4A5454 (or 0x4A5454) is unknown color: approx Mako. HEX triplet: 4A, 54 and 54. RGB value is (74,84,84). Sum of RGB (Red+Green+Blue) = 74+84+84=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #4A5454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5454 is #B5ABAB. Grayscale: #505050. Windows color (decimal): -11905964 or 5526602. OLE color: 5526602.

HSL color Cylindrical-coordinate representation of color #4A5454: hue angle of 180º 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 #4A5454 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB748484-
CMYK0.12000.67
HSL180º6.33%30.98%-
HSV(B)180º11.9%32.94%-
XYZ7.598.449.62-
YUV81.01129.69123-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.58%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 84 (33.20% from 255) = 34.71%
R=30.58%
G=34.71%
B=34.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484840.12000.671806.3330.98
Hex4A5454C0043b461f
Octal1121241241400103264637
Binary10010101010100101010011000010000111011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5454; }

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

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

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

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

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

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

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

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