Html Css Color HEX #4E5668 East Bay

📋 copy color: '#4E5668'

red 78 ◦ green 86 ◦ blue 104

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

Shades of East Bay #4E5668

Tints of East Bay #4E5668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 104 (41.02% from 255) = 38.81%

R = 29.1%
G = 32.09%
B = 38.81%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E5668 (or 0x4E5668) is known color: East Bay. HEX triplet: 4E, 56 and 68. RGB value is (78,86,104). Sum of RGB (Red+Green+Blue) = 78+86+104=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E5668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5668 is #B1A997. Grayscale: #555555. Windows color (decimal): -11643288 or 6837838. OLE color: 6837838.

HSL color Cylindrical-coordinate representation of color #4E5668: hue angle of 221.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E5668 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 86 104 -
CMYK 0.25 0.17 0 0.59
HSL 221.54º 0.14% 0.36% -
HSV(B) 221.54º 0.25% 0.41% -
XYZ 8.97 9.27 14.41 -
YUV 85.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 78 86 104 0.25 0.17 0 0.59 221.54 0.14 0.36
Hex 4E 56 68 19 11 0 3B DE E 24
Octal 116 126 150 31 21 0 73 336 16 44
Binary 1001110 1010110 1101000 11001 10001 0 111011 11011110 1110 100100

Color Harmonies of #4E5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5668

Black with #4E5668

Text Example


Text Example

White with #4E5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,86,104); }

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

background-color css

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

 a { background-color: rgb(78,86,104); }

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

border-color css

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

 span { border-color: rgb(78,86,104); }

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