Html Css Color HEX #494D6A East Bay

📋 copy color: '#494D6A'

red 73 ◦ green 77 ◦ blue 106

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

Shades of East Bay #494D6A

Tints of East Bay #494D6A

RGB

 RED value IS 73 (28.91% from 255) = 28.52%

 GREEN value IS 77 (30.47% from 255) = 30.08%

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

R = 28.52%
G = 30.08%
B = 41.41%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#494D6A (or 0x494D6A) is known color: East Bay. HEX triplet: 49, 4D and 6A. RGB value is (73,77,106). Sum of RGB (Red+Green+Blue) = 73+77+106=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #494D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D6A is #B6B295. Grayscale: #4E4E4E. Windows color (decimal): -11973270 or 6966601. OLE color: 6966601.

HSL color Cylindrical-coordinate representation of color #494D6A: hue angle of 232.73º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #494D6A is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 77 106 -
CMYK 0.31 0.27 0 0.58
HSL 232.73º 0.18% 0.35% -
HSV(B) 232.73º 0.31% 0.42% -
XYZ 8 7.76 14.71 -
YUV 79.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 73 77 106 0.31 0.27 0 0.58 232.73 0.18 0.35
Hex 49 4D 6A 1F 1B 0 3A E9 12 23
Octal 111 115 152 37 33 0 72 351 22 43
Binary 1001001 1001101 1101010 11111 11011 0 111010 11101001 10010 100011

Color Harmonies of #494D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D6A

Black with #494D6A

Text Example


Text Example

White with #494D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494D6A; }

 p { color: rgb(73,77,106); }

 H1.HeaderClassName
 {
   color: #494D6A;
 }
 .AnyTagClassName
 {
   color: #494D6A;
 }
</style>

background-color css

<style>
 a { background-color: #494D6A; }

 a { background-color: rgb(73,77,106); }

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

border-color css

<style>
 span { border-color: #494D6A; }

 span { border-color: rgb(73,77,106); }

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