Html Css Color HEX #4D5165 East Bay

📋 copy color: '#4D5165'

red 77 ◦ green 81 ◦ blue 101

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

Shades of East Bay #4D5165

Tints of East Bay #4D5165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.27%

 BLUE value IS 101 (39.84% from 255) = 39%

R = 29.73%
G = 31.27%
B = 39%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4D5165 (or 0x4D5165) is known color: East Bay. HEX triplet: 4D, 51 and 65. RGB value is (77,81,101). Sum of RGB (Red+Green+Blue) = 77+81+101=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D5165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5165 is #B2AE9A. Grayscale: #525252. Windows color (decimal): -11710107 or 6639949. OLE color: 6639949.

HSL color Cylindrical-coordinate representation of color #4D5165: hue angle of 230º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D5165 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 81 101 -
CMYK 0.24 0.20 0 0.60
HSL 230º 0.13% 0.35% -
HSV(B) 230º 0.24% 0.4% -
XYZ 8.35 8.4 13.49 -
YUV 82.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 77 81 101 0.24 0.20 0 0.60 230 0.13 0.35
Hex 4D 51 65 18 14 0 3C E6 D 23
Octal 115 121 145 30 24 0 74 346 15 43
Binary 1001101 1010001 1100101 11000 10100 0 111100 11100110 1101 100011

Color Harmonies of #4D5165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5165

Black with #4D5165

Text Example


Text Example

White with #4D5165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,81,101); }

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

background-color css

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

 a { background-color: rgb(77,81,101); }

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

border-color css

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

 span { border-color: rgb(77,81,101); }

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