Html Css Color HEX #4E5577 East Bay

📋 copy color: '#4E5577'

red 78 ◦ green 85 ◦ blue 119

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

Shades of East Bay #4E5577

Tints of East Bay #4E5577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 27.66%
G = 30.14%
B = 42.2%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E5577 (or 0x4E5577) is known color: East Bay. HEX triplet: 4E, 55 and 77. RGB value is (78,85,119). Sum of RGB (Red+Green+Blue) = 78+85+119=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #4E5577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5577 is #B1AA88. Grayscale: #565656. Windows color (decimal): -11643529 or 7820622. OLE color: 7820622.

HSL color Cylindrical-coordinate representation of color #4E5577: hue angle of 229.76º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E5577 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 85 119 -
CMYK 0.34 0.29 0 0.53
HSL 229.76º 0.21% 0.39% -
HSV(B) 229.76º 0.34% 0.47% -
XYZ 9.72 9.45 18.76 -
YUV 86.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 78 85 119 0.34 0.29 0 0.53 229.76 0.21 0.39
Hex 4E 55 77 22 1D 0 35 E6 15 27
Octal 116 125 167 42 35 0 65 346 25 47
Binary 1001110 1010101 1110111 100010 11101 0 110101 11100110 10101 100111

Color Harmonies of #4E5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5577

Black with #4E5577

Text Example


Text Example

White with #4E5577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,85,119); }

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

background-color css

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

 a { background-color: rgb(78,85,119); }

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

border-color css

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

 span { border-color: rgb(78,85,119); }

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