Html Css Color HEX #494E61 East Bay

📋 copy color: '#494E61'

red 73 ◦ green 78 ◦ blue 97

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

Shades of East Bay #494E61

Tints of East Bay #494E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.45%

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

R = 29.44%
G = 31.45%
B = 39.11%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494E61 (or 0x494E61) is known color: East Bay. HEX triplet: 49, 4E and 61. RGB value is (73,78,97). Sum of RGB (Red+Green+Blue) = 73+78+97=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #494E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E61 is #B6B19E. Grayscale: #4E4E4E. Windows color (decimal): -11973023 or 6377033. OLE color: 6377033.

HSL color Cylindrical-coordinate representation of color #494E61: hue angle of 227.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 #494E61 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 78 97 -
CMYK 0.25 0.20 0 0.62
HSL 227.5º 0.14% 0.33% -
HSV(B) 227.5º 0.25% 0.38% -
XYZ 7.63 7.73 12.4 -
YUV 78.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 73 78 97 0.25 0.20 0 0.62 227.5 0.14 0.33
Hex 49 4E 61 19 14 0 3E E4 E 21
Octal 111 116 141 31 24 0 76 344 16 41
Binary 1001001 1001110 1100001 11001 10100 0 111110 11100100 1110 100001

Color Harmonies of #494E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E61

Black with #494E61

Text Example


Text Example

White with #494E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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