Html Css Color HEX #4E5869 East Bay

📋 copy color: '#4E5869'

red 78 ◦ green 88 ◦ blue 105

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

Shades of East Bay #4E5869

Tints of East Bay #4E5869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

 BLUE value IS 105 (41.41% from 255) = 38.75%

R = 28.78%
G = 32.47%
B = 38.75%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E5869 (or 0x4E5869) is known color: East Bay. HEX triplet: 4E, 58 and 69. RGB value is (78,88,105). Sum of RGB (Red+Green+Blue) = 78+88+105=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E5869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5869 is #B1A796. Grayscale: #565656. Windows color (decimal): -11642775 or 6903886. OLE color: 6903886.

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

Color convert

RGB 78 88 105 -
CMYK 0.26 0.16 0 0.59
HSL 217.78º 0.15% 0.36% -
HSV(B) 217.78º 0.26% 0.41% -
XYZ 9.18 9.62 14.74 -
YUV 86.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 78 88 105 0.26 0.16 0 0.59 217.78 0.15 0.36
Hex 4E 58 69 1A 10 0 3B DA F 24
Octal 116 130 151 32 20 0 73 332 17 44
Binary 1001110 1011000 1101001 11010 10000 0 111011 11011010 1111 100100

Color Harmonies of #4E5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5869

Black with #4E5869

Text Example


Text Example

White with #4E5869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,88,105); }

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

background-color css

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

 a { background-color: rgb(78,88,105); }

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

border-color css

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

 span { border-color: rgb(78,88,105); }

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