Html Css Color HEX #4E5061 East Bay

📋 copy color: '#4E5061'

red 78 ◦ green 80 ◦ blue 97

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

Shades of East Bay #4E5061

Tints of East Bay #4E5061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 30.59%
G = 31.37%
B = 38.04%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E5061 (or 0x4E5061) is known color: East Bay. HEX triplet: 4E, 50 and 61. RGB value is (78,80,97). Sum of RGB (Red+Green+Blue) = 78+80+97=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E5061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5061 is #B1AF9E. Grayscale: #515151. Windows color (decimal): -11644831 or 6377550. OLE color: 6377550.

HSL color Cylindrical-coordinate representation of color #4E5061: hue angle of 233.68º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E5061 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 80 97 -
CMYK 0.20 0.18 0 0.62
HSL 233.68º 0.11% 0.34% -
HSV(B) 233.68º 0.2% 0.38% -
XYZ 8.17 8.22 12.47 -
YUV 81.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 78 80 97 0.20 0.18 0 0.62 233.68 0.11 0.34
Hex 4E 50 61 14 12 0 3E EA B 22
Octal 116 120 141 24 22 0 76 352 13 42
Binary 1001110 1010000 1100001 10100 10010 0 111110 11101010 1011 100010

Color Harmonies of #4E5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5061

Black with #4E5061

Text Example


Text Example

White with #4E5061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,80,97); }

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

background-color css

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

 a { background-color: rgb(78,80,97); }

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

border-color css

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

 span { border-color: rgb(78,80,97); }

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