Html Css Color HEX #4E5371 East Bay

📋 copy color: '#4E5371'

red 78 ◦ green 83 ◦ blue 113

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

Shades of East Bay #4E5371

Tints of East Bay #4E5371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 28.47%
G = 30.29%
B = 41.24%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E5371 (or 0x4E5371) is known color: East Bay. HEX triplet: 4E, 53 and 71. RGB value is (78,83,113). Sum of RGB (Red+Green+Blue) = 78+83+113=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5371 is #B1AC8E. Grayscale: #545454. Windows color (decimal): -11644047 or 7426894. OLE color: 7426894.

HSL color Cylindrical-coordinate representation of color #4E5371: hue angle of 231.43º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E5371 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 83 113 -
CMYK 0.31 0.27 0 0.56
HSL 231.43º 0.18% 0.37% -
HSV(B) 231.43º 0.31% 0.44% -
XYZ 9.22 9 16.87 -
YUV 84.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 78 83 113 0.31 0.27 0 0.56 231.43 0.18 0.37
Hex 4E 53 71 1F 1B 0 38 E7 12 25
Octal 116 123 161 37 33 0 70 347 22 45
Binary 1001110 1010011 1110001 11111 11011 0 111000 11100111 10010 100101

Color Harmonies of #4E5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5371

Black with #4E5371

Text Example


Text Example

White with #4E5371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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