Html Css Color HEX #494E5D East Bay

📋 copy color: '#494E5D'

red 73 ◦ green 78 ◦ blue 93

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

Shades of East Bay #494E5D

Tints of East Bay #494E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 29.92%
G = 31.97%
B = 38.11%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#494E5D (or 0x494E5D) is known color: East Bay. HEX triplet: 49, 4E and 5D. RGB value is (73,78,93). Sum of RGB (Red+Green+Blue) = 73+78+93=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #494E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E5D is #B6B1A2. Grayscale: #4E4E4E. Windows color (decimal): -11973027 or 6114889. OLE color: 6114889.

HSL color Cylindrical-coordinate representation of color #494E5D: hue angle of 225º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #494E5D is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 78 93 -
CMYK 0.22 0.16 0 0.64
HSL 225º 0.12% 0.33% -
HSV(B) 225º 0.22% 0.36% -
XYZ 7.45 7.66 11.44 -
YUV 78.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 73 78 93 0.22 0.16 0 0.64 225 0.12 0.33
Hex 49 4E 5D 16 10 0 40 E1 C 21
Octal 111 116 135 26 20 0 100 341 14 41
Binary 1001001 1001110 1011101 10110 10000 0 1000000 11100001 1100 100001

Color Harmonies of #494E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E5D

Black with #494E5D

Text Example


Text Example

White with #494E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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