Html Css Color HEX #494C60 East Bay

📋 copy color: '#494C60'

red 73 ◦ green 76 ◦ blue 96

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

Shades of East Bay #494C60

Tints of East Bay #494C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 29.8%
G = 31.02%
B = 39.18%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494C60 (or 0x494C60) is known color: East Bay. HEX triplet: 49, 4C and 60. RGB value is (73,76,96). Sum of RGB (Red+Green+Blue) = 73+76+96=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #494C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C60 is #B6B39F. Grayscale: #4D4D4D. Windows color (decimal): -11973536 or 6310985. OLE color: 6310985.

HSL color Cylindrical-coordinate representation of color #494C60: hue angle of 232.17º 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 #494C60 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 76 96 -
CMYK 0.24 0.21 0 0.62
HSL 232.17º 0.14% 0.33% -
HSV(B) 232.17º 0.24% 0.38% -
XYZ 7.44 7.43 12.11 -
YUV 77.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 73 76 96 0.24 0.21 0 0.62 232.17 0.14 0.33
Hex 49 4C 60 18 15 0 3E E8 E 21
Octal 111 114 140 30 25 0 76 350 16 41
Binary 1001001 1001100 1100000 11000 10101 0 111110 11101000 1110 100001

Color Harmonies of #494C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C60

Black with #494C60

Text Example


Text Example

White with #494C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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