Html Css Color HEX #4D566F East Bay

📋 copy color: '#4D566F'

red 77 ◦ green 86 ◦ blue 111

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

Shades of East Bay #4D566F

Tints of East Bay #4D566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

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

R = 28.1%
G = 31.39%
B = 40.51%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D566F (or 0x4D566F) is known color: East Bay. HEX triplet: 4D, 56 and 6F. RGB value is (77,86,111). Sum of RGB (Red+Green+Blue) = 77+86+111=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D566F is #B2A990. Grayscale: #565656. Windows color (decimal): -11708817 or 7296589. OLE color: 7296589.

HSL color Cylindrical-coordinate representation of color #4D566F: hue angle of 224.12º 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 #4D566F is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 86 111 -
CMYK 0.31 0.23 0 0.56
HSL 224.12º 0.18% 0.37% -
HSV(B) 224.12º 0.31% 0.44% -
XYZ 9.26 9.38 16.36 -
YUV 86.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 77 86 111 0.31 0.23 0 0.56 224.12 0.18 0.37
Hex 4D 56 6F 1F 17 0 38 E0 12 25
Octal 115 126 157 37 27 0 70 340 22 45
Binary 1001101 1010110 1101111 11111 10111 0 111000 11100000 10010 100101

Color Harmonies of #4D566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D566F

Black with #4D566F

Text Example


Text Example

White with #4D566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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