Html Css Color HEX #4E586F East Bay

📋 copy color: '#4E586F'

red 78 ◦ green 88 ◦ blue 111

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

Shades of East Bay #4E586F

Tints of East Bay #4E586F

RGB

 RED value IS 78 (30.86% from 255) = 28.16%

 GREEN value IS 88 (34.77% from 255) = 31.77%

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

R = 28.16%
G = 31.77%
B = 40.07%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E586F (or 0x4E586F) is known color: East Bay. HEX triplet: 4E, 58 and 6F. RGB value is (78,88,111). Sum of RGB (Red+Green+Blue) = 78+88+111=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E586F is #B1A790. Grayscale: #575757. Windows color (decimal): -11642769 or 7297102. OLE color: 7297102.

HSL color Cylindrical-coordinate representation of color #4E586F: hue angle of 221.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E586F is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 88 111 -
CMYK 0.30 0.21 0 0.56
HSL 221.82º 0.17% 0.37% -
HSV(B) 221.82º 0.3% 0.44% -
XYZ 9.5 9.75 16.42 -
YUV 87.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 78 88 111 0.30 0.21 0 0.56 221.82 0.17 0.37
Hex 4E 58 6F 1E 15 0 38 DE 11 25
Octal 116 130 157 36 25 0 70 336 21 45
Binary 1001110 1011000 1101111 11110 10101 0 111000 11011110 10001 100101

Color Harmonies of #4E586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E586F

Black with #4E586F

Text Example


Text Example

White with #4E586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,88,111); }

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

background-color css

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

 a { background-color: rgb(78,88,111); }

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

border-color css

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

 span { border-color: rgb(78,88,111); }

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