Html Css Color HEX #494E6B East Bay

📋 copy color: '#494E6B'

red 73 ◦ green 78 ◦ blue 107

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

Shades of East Bay #494E6B

Tints of East Bay #494E6B

RGB

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

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

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

R = 28.29%
G = 30.23%
B = 41.47%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#494E6B (or 0x494E6B) is known color: East Bay. HEX triplet: 49, 4E and 6B. RGB value is (73,78,107). Sum of RGB (Red+Green+Blue) = 73+78+107=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #494E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E6B is #B6B194. Grayscale: #4F4F4F. Windows color (decimal): -11973013 or 7032393. OLE color: 7032393.

HSL color Cylindrical-coordinate representation of color #494E6B: hue angle of 231.18º 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 #494E6B is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 78 107 -
CMYK 0.32 0.27 0 0.58
HSL 231.18º 0.19% 0.35% -
HSV(B) 231.18º 0.32% 0.42% -
XYZ 8.13 7.93 15.01 -
YUV 79.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 73 78 107 0.32 0.27 0 0.58 231.18 0.19 0.35
Hex 49 4E 6B 20 1B 0 3A E7 13 23
Octal 111 116 153 40 33 0 72 347 23 43
Binary 1001001 1001110 1101011 100000 11011 0 111010 11100111 10011 100011

Color Harmonies of #494E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E6B

Black with #494E6B

Text Example


Text Example

White with #494E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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