#4A5455

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

Shades of Mako #4A5455

Tints of Mako #4A5455

Color information

#4A5455 (or 0x4A5455) is unknown color: approx Mako. HEX triplet: 4A, 54 and 55. RGB value is (74,84,85). Sum of RGB (Red+Green+Blue) = 74+84+85=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A5455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5455 is #B5ABAA. Grayscale: #515151. Windows color (decimal): -11905963 or 5592138. OLE color: 5592138.

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

Color convert

RGB748485-
CMYK0.130.0100.67
HSL185.45º6.92%31.18%-
HSV(B)185.45º12.94%33.33%-
XYZ7.638.459.82-
YUV81.12130.19122.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 85 (33.59% from 255) = 34.98%
R=30.45%
G=34.57%
B=34.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484850.130.0100.67185.456.9231.18
Hex4A5455D1043b971f
Octal1121241251510103271737
Binary10010101010100101010111011010000111011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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