Html Css Color HEX #4E516E East Bay

📋 copy color: '#4E516E'

red 78 ◦ green 81 ◦ blue 110

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

Shades of East Bay #4E516E

Tints of East Bay #4E516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.89%

R = 29%
G = 30.11%
B = 40.89%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E516E (or 0x4E516E) is known color: East Bay. HEX triplet: 4E, 51 and 6E. RGB value is (78,81,110). Sum of RGB (Red+Green+Blue) = 78+81+110=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E516E is #B1AE91. Grayscale: #535353. Windows color (decimal): -11644562 or 7229774. OLE color: 7229774.

HSL color Cylindrical-coordinate representation of color #4E516E: hue angle of 234.38º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E516E is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 78 81 110 -
CMYK 0.29 0.26 0 0.57
HSL 234.38º 0.17% 0.37% -
HSV(B) 234.38º 0.29% 0.43% -
XYZ 8.9 8.63 15.95 -
YUV 83.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 78 81 110 0.29 0.26 0 0.57 234.38 0.17 0.37
Hex 4E 51 6E 1D 1A 0 39 EA 11 25
Octal 116 121 156 35 32 0 71 352 21 45
Binary 1001110 1010001 1101110 11101 11010 0 111001 11101010 10001 100101

Color Harmonies of #4E516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E516E

Black with #4E516E

Text Example


Text Example

White with #4E516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,81,110); }

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

background-color css

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

 a { background-color: rgb(78,81,110); }

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

border-color css

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

 span { border-color: rgb(78,81,110); }

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