Html Css Color HEX #4B595B Mako

📋 copy color: '#4B595B'

red 75 ◦ green 89 ◦ blue 91

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

Shades of Mako #4B595B

Tints of Mako #4B595B

RGB

 RED value IS 75 (29.69% from 255) = 29.41%

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 29.41%
G = 34.9%
B = 35.69%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B595B (or 0x4B595B) is known color: Mako. HEX triplet: 4B, 59 and 5B. RGB value is (75,89,91). Sum of RGB (Red+Green+Blue) = 75+89+91=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B595B is #B4A6A4. Grayscale: #555555. Windows color (decimal): -11839141 or 5986635. OLE color: 5986635.

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

Color convert

RGB 75 89 91 -
CMYK 0.18 0.02 0 0.64
HSL 187.5º 0.1% 0.33% -
HSV(B) 187.5º 0.18% 0.36% -
XYZ 8.36 9.4 11.27 -
YUV 85.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 75 89 91 0.18 0.02 0 0.64 187.5 0.1 0.33
Hex 4B 59 5B 12 2 0 40 BC A 21
Octal 113 131 133 22 2 0 100 274 12 41
Binary 1001011 1011001 1011011 10010 10 0 1000000 10111100 1010 100001

Color Harmonies of #4B595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B595B

Black with #4B595B

Text Example


Text Example

White with #4B595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,89,91); }

 H1.HeaderClassName
 {
   color: #4B595B;
 }
 .AnyTagClassName
 {
   color: #4B595B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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