Html Css Color HEX #494E65 East Bay

📋 copy color: '#494E65'

red 73 ◦ green 78 ◦ blue 101

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

Shades of East Bay #494E65

Tints of East Bay #494E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 28.97%
G = 30.95%
B = 40.08%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#494E65 (or 0x494E65) is known color: East Bay. HEX triplet: 49, 4E and 65. RGB value is (73,78,101). Sum of RGB (Red+Green+Blue) = 73+78+101=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #494E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E65 is #B6B19A. Grayscale: #4F4F4F. Windows color (decimal): -11973019 or 6639177. OLE color: 6639177.

HSL color Cylindrical-coordinate representation of color #494E65: hue angle of 229.29º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #494E65 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 78 101 -
CMYK 0.28 0.23 0 0.60
HSL 229.29º 0.16% 0.34% -
HSV(B) 229.29º 0.28% 0.4% -
XYZ 7.82 7.8 13.41 -
YUV 79.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 73 78 101 0.28 0.23 0 0.60 229.29 0.16 0.34
Hex 49 4E 65 1C 17 0 3C E5 10 22
Octal 111 116 145 34 27 0 74 345 20 42
Binary 1001001 1001110 1100101 11100 10111 0 111100 11100101 10000 100010

Color Harmonies of #494E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E65

Black with #494E65

Text Example


Text Example

White with #494E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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