Html Css Color HEX #4E5062 East Bay

📋 copy color: '#4E5062'

red 78 ◦ green 80 ◦ blue 98

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

Shades of East Bay #4E5062

Tints of East Bay #4E5062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 30.47%
G = 31.25%
B = 38.28%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E5062 (or 0x4E5062) is known color: East Bay. HEX triplet: 4E, 50 and 62. RGB value is (78,80,98). Sum of RGB (Red+Green+Blue) = 78+80+98=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E5062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5062 is #B1AF9D. Grayscale: #515151. Windows color (decimal): -11644830 or 6443086. OLE color: 6443086.

HSL color Cylindrical-coordinate representation of color #4E5062: hue angle of 234º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E5062 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 80 98 -
CMYK 0.20 0.18 0 0.62
HSL 234º 0.11% 0.35% -
HSV(B) 234º 0.2% 0.38% -
XYZ 8.22 8.24 12.71 -
YUV 81.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 78 80 98 0.20 0.18 0 0.62 234 0.11 0.35
Hex 4E 50 62 14 12 0 3E EA B 23
Octal 116 120 142 24 22 0 76 352 13 43
Binary 1001110 1010000 1100010 10100 10010 0 111110 11101010 1011 100011

Color Harmonies of #4E5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5062

Black with #4E5062

Text Example


Text Example

White with #4E5062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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