Html Css Color HEX #494D60 East Bay

📋 copy color: '#494D60'

red 73 ◦ green 77 ◦ blue 96

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

Shades of East Bay #494D60

Tints of East Bay #494D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.02%

R = 29.67%
G = 31.3%
B = 39.02%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494D60 (or 0x494D60) is known color: East Bay. HEX triplet: 49, 4D and 60. RGB value is (73,77,96). Sum of RGB (Red+Green+Blue) = 73+77+96=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #494D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D60 is #B6B29F. Grayscale: #4D4D4D. Windows color (decimal): -11973280 or 6311241. OLE color: 6311241.

HSL color Cylindrical-coordinate representation of color #494D60: hue angle of 229.57º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #494D60 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 77 96 -
CMYK 0.24 0.20 0 0.62
HSL 229.57º 0.14% 0.33% -
HSV(B) 229.57º 0.24% 0.38% -
XYZ 7.51 7.57 12.13 -
YUV 77.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 73 77 96 0.24 0.20 0 0.62 229.57 0.14 0.33
Hex 49 4D 60 18 14 0 3E E6 E 21
Octal 111 115 140 30 24 0 76 346 16 41
Binary 1001001 1001101 1100000 11000 10100 0 111110 11100110 1110 100001

Color Harmonies of #494D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D60

Black with #494D60

Text Example


Text Example

White with #494D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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