Html Css Color HEX #494C61 East Bay

📋 copy color: '#494C61'

red 73 ◦ green 76 ◦ blue 97

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

Shades of East Bay #494C61

Tints of East Bay #494C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 29.67%
G = 30.89%
B = 39.43%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494C61 (or 0x494C61) is known color: East Bay. HEX triplet: 49, 4C and 61. RGB value is (73,76,97). Sum of RGB (Red+Green+Blue) = 73+76+97=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #494C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C61 is #B6B39E. Grayscale: #4D4D4D. Windows color (decimal): -11973535 or 6376521. OLE color: 6376521.

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

Color convert

RGB 73 76 97 -
CMYK 0.25 0.22 0 0.62
HSL 232.5º 0.14% 0.33% -
HSV(B) 232.5º 0.25% 0.38% -
XYZ 7.49 7.45 12.35 -
YUV 77.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 73 76 97 0.25 0.22 0 0.62 232.5 0.14 0.33
Hex 49 4C 61 19 16 0 3E E8 E 21
Octal 111 114 141 31 26 0 76 350 16 41
Binary 1001001 1001100 1100001 11001 10110 0 111110 11101000 1110 100001

Color Harmonies of #494C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C61

Black with #494C61

Text Example


Text Example

White with #494C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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