Html Css Color HEX #4E5872 East Bay

📋 copy color: '#4E5872'

red 78 ◦ green 88 ◦ blue 114

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

Shades of East Bay #4E5872

Tints of East Bay #4E5872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 27.86%
G = 31.43%
B = 40.71%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E5872 (or 0x4E5872) is known color: East Bay. HEX triplet: 4E, 58 and 72. RGB value is (78,88,114). Sum of RGB (Red+Green+Blue) = 78+88+114=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E5872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5872 is #B1A78D. Grayscale: #575757. Windows color (decimal): -11642766 or 7493710. OLE color: 7493710.

HSL color Cylindrical-coordinate representation of color #4E5872: hue angle of 223.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E5872 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 88 114 -
CMYK 0.32 0.23 0 0.55
HSL 223.33º 0.19% 0.38% -
HSV(B) 223.33º 0.32% 0.45% -
XYZ 9.67 9.81 17.3 -
YUV 87.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 78 88 114 0.32 0.23 0 0.55 223.33 0.19 0.38
Hex 4E 58 72 20 17 0 37 DF 13 26
Octal 116 130 162 40 27 0 67 337 23 46
Binary 1001110 1011000 1110010 100000 10111 0 110111 11011111 10011 100110

Color Harmonies of #4E5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5872

Black with #4E5872

Text Example


Text Example

White with #4E5872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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