Html Css Color HEX #4D596B East Bay

📋 copy color: '#4D596B'

red 77 ◦ green 89 ◦ blue 107

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

Shades of East Bay #4D596B

Tints of East Bay #4D596B

RGB

 RED value IS 77 (30.47% from 255) = 28.21%

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

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 28.21%
G = 32.6%
B = 39.19%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D596B (or 0x4D596B) is known color: East Bay. HEX triplet: 4D, 59 and 6B. RGB value is (77,89,107). Sum of RGB (Red+Green+Blue) = 77+89+107=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D596B is #B2A694. Grayscale: #575757. Windows color (decimal): -11708053 or 7035213. OLE color: 7035213.

HSL color Cylindrical-coordinate representation of color #4D596B: hue angle of 216º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D596B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 89 107 -
CMYK 0.28 0.17 0 0.58
HSL 216º 0.16% 0.36% -
HSV(B) 216º 0.28% 0.42% -
XYZ 9.29 9.78 15.31 -
YUV 87.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 77 89 107 0.28 0.17 0 0.58 216 0.16 0.36
Hex 4D 59 6B 1C 11 0 3A D8 10 24
Octal 115 131 153 34 21 0 72 330 20 44
Binary 1001101 1011001 1101011 11100 10001 0 111010 11011000 10000 100100

Color Harmonies of #4D596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D596B

Black with #4D596B

Text Example


Text Example

White with #4D596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,89,107); }

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

background-color css

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

 a { background-color: rgb(77,89,107); }

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

border-color css

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

 span { border-color: rgb(77,89,107); }

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