Html Css Color HEX #4E5063 East Bay

📋 copy color: '#4E5063'

red 78 ◦ green 80 ◦ blue 99

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

Shades of East Bay #4E5063

Tints of East Bay #4E5063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 30.35%
G = 31.13%
B = 38.52%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4E5063 (or 0x4E5063) is known color: East Bay. HEX triplet: 4E, 50 and 63. RGB value is (78,80,99). Sum of RGB (Red+Green+Blue) = 78+80+99=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5063 is #B1AF9C. Grayscale: #515151. Windows color (decimal): -11644829 or 6508622. OLE color: 6508622.

HSL color Cylindrical-coordinate representation of color #4E5063: hue angle of 234.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E5063 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 78 80 99 -
CMYK 0.21 0.19 0 0.61
HSL 234.29º 0.12% 0.35% -
HSV(B) 234.29º 0.21% 0.39% -
XYZ 8.26 8.26 12.96 -
YUV 81.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 78 80 99 0.21 0.19 0 0.61 234.29 0.12 0.35
Hex 4E 50 63 15 13 0 3D EA C 23
Octal 116 120 143 25 23 0 75 352 14 43
Binary 1001110 1010000 1100011 10101 10011 0 111101 11101010 1100 100011

Color Harmonies of #4E5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5063

Black with #4E5063

Text Example


Text Example

White with #4E5063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,80,99); }

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

background-color css

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

 a { background-color: rgb(78,80,99); }

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

border-color css

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

 span { border-color: rgb(78,80,99); }

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