Html Css Color HEX #4E556A East Bay

📋 copy color: '#4E556A'

red 78 ◦ green 85 ◦ blue 106

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

Shades of East Bay #4E556A

Tints of East Bay #4E556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 29%
G = 31.6%
B = 39.41%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E556A (or 0x4E556A) is known color: East Bay. HEX triplet: 4E, 55 and 6A. RGB value is (78,85,106). Sum of RGB (Red+Green+Blue) = 78+85+106=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E556A is #B1AA95. Grayscale: #555555. Windows color (decimal): -11643542 or 6968654. OLE color: 6968654.

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

Color convert

RGB 78 85 106 -
CMYK 0.26 0.20 0 0.58
HSL 225º 0.15% 0.36% -
HSV(B) 225º 0.26% 0.42% -
XYZ 8.99 9.16 14.93 -
YUV 85.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 78 85 106 0.26 0.20 0 0.58 225 0.15 0.36
Hex 4E 55 6A 1A 14 0 3A E1 F 24
Octal 116 125 152 32 24 0 72 341 17 44
Binary 1001110 1010101 1101010 11010 10100 0 111010 11100001 1111 100100

Color Harmonies of #4E556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E556A

Black with #4E556A

Text Example


Text Example

White with #4E556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,85,106); }

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

background-color css

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

 a { background-color: rgb(78,85,106); }

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

border-color css

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

 span { border-color: rgb(78,85,106); }

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