Html Css Color HEX #4E5170 East Bay

📋 copy color: '#4E5170'

red 78 ◦ green 81 ◦ blue 112

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

Shades of East Bay #4E5170

Tints of East Bay #4E5170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 28.78%
G = 29.89%
B = 41.33%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E5170 (or 0x4E5170) is known color: East Bay. HEX triplet: 4E, 51 and 70. RGB value is (78,81,112). Sum of RGB (Red+Green+Blue) = 78+81+112=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E5170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5170 is #B1AE8F. Grayscale: #535353. Windows color (decimal): -11644560 or 7360846. OLE color: 7360846.

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

Color convert

RGB 78 81 112 -
CMYK 0.30 0.28 0 0.56
HSL 234.71º 0.18% 0.37% -
HSV(B) 234.71º 0.3% 0.44% -
XYZ 9.01 8.67 16.53 -
YUV 83.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 78 81 112 0.30 0.28 0 0.56 234.71 0.18 0.37
Hex 4E 51 70 1E 1C 0 38 EB 12 25
Octal 116 121 160 36 34 0 70 353 22 45
Binary 1001110 1010001 1110000 11110 11100 0 111000 11101011 10010 100101

Color Harmonies of #4E5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5170

Black with #4E5170

Text Example


Text Example

White with #4E5170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,81,112); }

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

background-color css

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

 a { background-color: rgb(78,81,112); }

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

border-color css

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

 span { border-color: rgb(78,81,112); }

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