Html Css Color HEX #494D69 East Bay

📋 copy color: '#494D69'

red 73 ◦ green 77 ◦ blue 105

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

Shades of East Bay #494D69

Tints of East Bay #494D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 28.63%
G = 30.2%
B = 41.18%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#494D69 (or 0x494D69) is known color: East Bay. HEX triplet: 49, 4D and 69. RGB value is (73,77,105). Sum of RGB (Red+Green+Blue) = 73+77+105=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #494D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D69 is #B6B296. Grayscale: #4E4E4E. Windows color (decimal): -11973271 or 6901065. OLE color: 6901065.

HSL color Cylindrical-coordinate representation of color #494D69: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494D69 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 77 105 -
CMYK 0.30 0.27 0 0.59
HSL 232.5º 0.18% 0.35% -
HSV(B) 232.5º 0.3% 0.41% -
XYZ 7.95 7.74 14.44 -
YUV 79 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 73 77 105 0.30 0.27 0 0.59 232.5 0.18 0.35
Hex 49 4D 69 1E 1B 0 3B E8 12 23
Octal 111 115 151 36 33 0 73 350 22 43
Binary 1001001 1001101 1101001 11110 11011 0 111011 11101000 10010 100011

Color Harmonies of #494D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D69

Black with #494D69

Text Example


Text Example

White with #494D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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