#4B5D5D

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

Shades of Mako #4B5D5D

Tints of Mako #4B5D5D

Color information

#4B5D5D (or 0x4B5D5D) is unknown color: approx Mako. HEX triplet: 4B, 5D and 5D. RGB value is (75,93,93). Sum of RGB (Red+Green+Blue) = 75+93+93=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #4B5D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5D5D is #B4A2A2. Grayscale: #575757. Windows color (decimal): -11838115 or 6118731. OLE color: 6118731.

HSL color Cylindrical-coordinate representation of color #4B5D5D: hue angle of 180º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B5D5D is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB759393-
CMYK0.19000.64
HSL180º10.71%32.94%-
HSV(B)180º19.35%36.47%-
XYZ8.7910.1111.84-
YUV87.62131.04119-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=28.74%
G=35.63%
B=35.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7593930.19000.6418010.7132.94
Hex4B5D5D130040b4b21
Octal11313513523001002641341
Binary10010111011101101110110011001000000101101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,93,93); }

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

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

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

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

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

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

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