Html Css Color HEX #494E69 East Bay

📋 copy color: '#494E69'

red 73 ◦ green 78 ◦ blue 105

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

Shades of East Bay #494E69

Tints of East Bay #494E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.02%

R = 28.52%
G = 30.47%
B = 41.02%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#494E69 (or 0x494E69) is known color: East Bay. HEX triplet: 49, 4E and 69. RGB value is (73,78,105). Sum of RGB (Red+Green+Blue) = 73+78+105=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #494E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E69 is #B6B196. Grayscale: #4F4F4F. Windows color (decimal): -11973015 or 6901321. OLE color: 6901321.

HSL color Cylindrical-coordinate representation of color #494E69: hue angle of 230.62º 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 #494E69 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 78 105 -
CMYK 0.30 0.26 0 0.59
HSL 230.63º 0.18% 0.35% -
HSV(B) 230.63º 0.3% 0.41% -
XYZ 8.02 7.89 14.46 -
YUV 79.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 73 78 105 0.30 0.26 0 0.59 230.63 0.18 0.35
Hex 49 4E 69 1E 1A 0 3B E7 12 23
Octal 111 116 151 36 32 0 73 347 22 43
Binary 1001001 1001110 1101001 11110 11010 0 111011 11100111 10010 100011

Color Harmonies of #494E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E69

Black with #494E69

Text Example


Text Example

White with #494E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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