Html Css Color HEX #4E5565 East Bay

📋 copy color: '#4E5565'

red 78 ◦ green 85 ◦ blue 101

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

Shades of East Bay #4E5565

Tints of East Bay #4E5565

RGB

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

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

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

R = 29.55%
G = 32.2%
B = 38.26%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4E5565 (or 0x4E5565) is known color: East Bay. HEX triplet: 4E, 55 and 65. RGB value is (78,85,101). Sum of RGB (Red+Green+Blue) = 78+85+101=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E5565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5565 is #B1AA9A. Grayscale: #545454. Windows color (decimal): -11643547 or 6640974. OLE color: 6640974.

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

Color convert

RGB 78 85 101 -
CMYK 0.23 0.16 0 0.60
HSL 221.74º 0.13% 0.35% -
HSV(B) 221.74º 0.23% 0.4% -
XYZ 8.74 9.06 13.6 -
YUV 84.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 78 85 101 0.23 0.16 0 0.60 221.74 0.13 0.35
Hex 4E 55 65 17 10 0 3C DE D 23
Octal 116 125 145 27 20 0 74 336 15 43
Binary 1001110 1010101 1100101 10111 10000 0 111100 11011110 1101 100011

Color Harmonies of #4E5565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5565

Black with #4E5565

Text Example


Text Example

White with #4E5565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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