Html Css Color HEX #4E5373 East Bay

📋 copy color: '#4E5373'

red 78 ◦ green 83 ◦ blue 115

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

Shades of East Bay #4E5373

Tints of East Bay #4E5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 28.26%
G = 30.07%
B = 41.67%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E5373 (or 0x4E5373) is known color: East Bay. HEX triplet: 4E, 53 and 73. RGB value is (78,83,115). Sum of RGB (Red+Green+Blue) = 78+83+115=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5373 is #B1AC8C. Grayscale: #555555. Windows color (decimal): -11644045 or 7557966. OLE color: 7557966.

HSL color Cylindrical-coordinate representation of color #4E5373: hue angle of 231.89º 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 #4E5373 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 83 115 -
CMYK 0.32 0.28 0 0.55
HSL 231.89º 0.19% 0.38% -
HSV(B) 231.89º 0.32% 0.45% -
XYZ 9.33 9.04 17.47 -
YUV 85.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 78 83 115 0.32 0.28 0 0.55 231.89 0.19 0.38
Hex 4E 53 73 20 1C 0 37 E8 13 26
Octal 116 123 163 40 34 0 67 350 23 46
Binary 1001110 1010011 1110011 100000 11100 0 110111 11101000 10011 100110

Color Harmonies of #4E5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5373

Black with #4E5373

Text Example


Text Example

White with #4E5373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,83,115); }

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

background-color css

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

 a { background-color: rgb(78,83,115); }

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

border-color css

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

 span { border-color: rgb(78,83,115); }

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