Html Css Color HEX #4D516F East Bay

📋 copy color: '#4D516F'

red 77 ◦ green 81 ◦ blue 111

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

Shades of East Bay #4D516F

Tints of East Bay #4D516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.26%

R = 28.62%
G = 30.11%
B = 41.26%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D516F (or 0x4D516F) is known color: East Bay. HEX triplet: 4D, 51 and 6F. RGB value is (77,81,111). Sum of RGB (Red+Green+Blue) = 77+81+111=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D516F is #B2AE90. Grayscale: #535353. Windows color (decimal): -11710097 or 7295309. OLE color: 7295309.

HSL color Cylindrical-coordinate representation of color #4D516F: hue angle of 232.94º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D516F is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 81 111 -
CMYK 0.31 0.27 0 0.56
HSL 232.94º 0.18% 0.37% -
HSV(B) 232.94º 0.31% 0.44% -
XYZ 8.87 8.61 16.23 -
YUV 83.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 77 81 111 0.31 0.27 0 0.56 232.94 0.18 0.37
Hex 4D 51 6F 1F 1B 0 38 E9 12 25
Octal 115 121 157 37 33 0 70 351 22 45
Binary 1001101 1010001 1101111 11111 11011 0 111000 11101001 10010 100101

Color Harmonies of #4D516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D516F

Black with #4D516F

Text Example


Text Example

White with #4D516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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