Html Css Color HEX #494D5F East Bay

📋 copy color: '#494D5F'

red 73 ◦ green 77 ◦ blue 95

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

Shades of East Bay #494D5F

Tints of East Bay #494D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 29.8%
G = 31.43%
B = 38.78%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#494D5F (or 0x494D5F) is known color: East Bay. HEX triplet: 49, 4D and 5F. RGB value is (73,77,95). Sum of RGB (Red+Green+Blue) = 73+77+95=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #494D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D5F is #B6B2A0. Grayscale: #4D4D4D. Windows color (decimal): -11973281 or 6245705. OLE color: 6245705.

HSL color Cylindrical-coordinate representation of color #494D5F: hue angle of 229.09º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #494D5F is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 77 95 -
CMYK 0.23 0.19 0 0.63
HSL 229.09º 0.13% 0.33% -
HSV(B) 229.09º 0.23% 0.37% -
XYZ 7.47 7.55 11.89 -
YUV 77.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 73 77 95 0.23 0.19 0 0.63 229.09 0.13 0.33
Hex 49 4D 5F 17 13 0 3F E5 D 21
Octal 111 115 137 27 23 0 77 345 15 41
Binary 1001001 1001101 1011111 10111 10011 0 111111 11100101 1101 100001

Color Harmonies of #494D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D5F

Black with #494D5F

Text Example


Text Example

White with #494D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,77,95); }

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

background-color css

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

 a { background-color: rgb(73,77,95); }

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

border-color css

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

 span { border-color: rgb(73,77,95); }

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