Html Css Color HEX #4E506A East Bay

📋 copy color: '#4E506A'

red 78 ◦ green 80 ◦ blue 106

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

Shades of East Bay #4E506A

Tints of East Bay #4E506A

RGB

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

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

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

R = 29.55%
G = 30.3%
B = 40.15%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E506A (or 0x4E506A) is known color: East Bay. HEX triplet: 4E, 50 and 6A. RGB value is (78,80,106). Sum of RGB (Red+Green+Blue) = 78+80+106=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E506A is #B1AF95. Grayscale: #525252. Windows color (decimal): -11644822 or 6967374. OLE color: 6967374.

HSL color Cylindrical-coordinate representation of color #4E506A: hue angle of 235.71º 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 #4E506A is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 80 106 -
CMYK 0.26 0.25 0 0.58
HSL 235.71º 0.15% 0.36% -
HSV(B) 235.71º 0.26% 0.42% -
XYZ 8.61 8.4 14.8 -
YUV 82.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 78 80 106 0.26 0.25 0 0.58 235.71 0.15 0.36
Hex 4E 50 6A 1A 19 0 3A EC F 24
Octal 116 120 152 32 31 0 72 354 17 44
Binary 1001110 1010000 1101010 11010 11001 0 111010 11101100 1111 100100

Color Harmonies of #4E506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E506A

Black with #4E506A

Text Example


Text Example

White with #4E506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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