Html Css Color HEX #494E62 East Bay

📋 copy color: '#494E62'

red 73 ◦ green 78 ◦ blue 98

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

Shades of East Bay #494E62

Tints of East Bay #494E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.36%

R = 29.32%
G = 31.33%
B = 39.36%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494E62 (or 0x494E62) is known color: East Bay. HEX triplet: 49, 4E and 62. RGB value is (73,78,98). Sum of RGB (Red+Green+Blue) = 73+78+98=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #494E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E62 is #B6B19D. Grayscale: #4E4E4E. Windows color (decimal): -11973022 or 6442569. OLE color: 6442569.

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

Color convert

RGB 73 78 98 -
CMYK 0.26 0.20 0 0.62
HSL 228º 0.15% 0.34% -
HSV(B) 228º 0.26% 0.38% -
XYZ 7.68 7.75 12.65 -
YUV 78.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 73 78 98 0.26 0.20 0 0.62 228 0.15 0.34
Hex 49 4E 62 1A 14 0 3E E4 F 22
Octal 111 116 142 32 24 0 76 344 17 42
Binary 1001001 1001110 1100010 11010 10100 0 111110 11100100 1111 100010

Color Harmonies of #494E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E62

Black with #494E62

Text Example


Text Example

White with #494E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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