Html Css Color HEX #494E68 East Bay

📋 copy color: '#494E68'

red 73 ◦ green 78 ◦ blue 104

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

Shades of East Bay #494E68

Tints of East Bay #494E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 28.63%
G = 30.59%
B = 40.78%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#494E68 (or 0x494E68) is known color: East Bay. HEX triplet: 49, 4E and 68. RGB value is (73,78,104). Sum of RGB (Red+Green+Blue) = 73+78+104=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #494E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E68 is #B6B197. Grayscale: #4F4F4F. Windows color (decimal): -11973016 or 6835785. OLE color: 6835785.

HSL color Cylindrical-coordinate representation of color #494E68: hue angle of 230.32º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494E68 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 78 104 -
CMYK 0.30 0.25 0 0.59
HSL 230.32º 0.18% 0.35% -
HSV(B) 230.32º 0.3% 0.41% -
XYZ 7.97 7.86 14.19 -
YUV 79.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 73 78 104 0.30 0.25 0 0.59 230.32 0.18 0.35
Hex 49 4E 68 1E 19 0 3B E6 12 23
Octal 111 116 150 36 31 0 73 346 22 43
Binary 1001001 1001110 1101000 11110 11001 0 111011 11100110 10010 100011

Color Harmonies of #494E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E68

Black with #494E68

Text Example


Text Example

White with #494E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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