#4B5354

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

Shades of Mako #4B5354

Tints of Mako #4B5354

Color information

#4B5354 (or 0x4B5354) is unknown color: approx Mako. HEX triplet: 4B, 53 and 54. RGB value is (75,83,84). Sum of RGB (Red+Green+Blue) = 75+83+84=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B5354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5354 is #B4ACAB. Grayscale: #505050. Windows color (decimal): -11840684 or 5526347. OLE color: 5526347.

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

Color convert

RGB758384-
CMYK0.110.0100.67
HSL186.67º5.66%31.18%-
HSV(B)186.67º10.71%32.94%-
XYZ7.68.329.59-
YUV80.72129.85123.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.99%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 84 (33.20% from 255) = 34.71%
R=30.99%
G=34.30%
B=34.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7583840.110.0100.67186.675.6631.18
Hex4B5354B1043bb61f
Octal1131231241310103273637
Binary10010111010011101010010111010000111011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,83,84); }

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

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

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

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

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

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

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