Html Css Color HEX #494D6B East Bay

📋 copy color: '#494D6B'

red 73 ◦ green 77 ◦ blue 107

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

Shades of East Bay #494D6B

Tints of East Bay #494D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 28.4%
G = 29.96%
B = 41.63%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#494D6B (or 0x494D6B) is known color: East Bay. HEX triplet: 49, 4D and 6B. RGB value is (73,77,107). Sum of RGB (Red+Green+Blue) = 73+77+107=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #494D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D6B is #B6B294. Grayscale: #4F4F4F. Windows color (decimal): -11973269 or 7032137. OLE color: 7032137.

HSL color Cylindrical-coordinate representation of color #494D6B: hue angle of 232.94º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494D6B is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 77 107 -
CMYK 0.32 0.28 0 0.58
HSL 232.94º 0.19% 0.35% -
HSV(B) 232.94º 0.32% 0.42% -
XYZ 8.06 7.79 14.99 -
YUV 79.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 73 77 107 0.32 0.28 0 0.58 232.94 0.19 0.35
Hex 49 4D 6B 20 1C 0 3A E9 13 23
Octal 111 115 153 40 34 0 72 351 23 43
Binary 1001001 1001101 1101011 100000 11100 0 111010 11101001 10011 100011

Color Harmonies of #494D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D6B

Black with #494D6B

Text Example


Text Example

White with #494D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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