Html Css Color HEX #494E5F East Bay

📋 copy color: '#494E5F'

red 73 ◦ green 78 ◦ blue 95

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

Shades of East Bay #494E5F

Tints of East Bay #494E5F

RGB

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

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

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

R = 29.67%
G = 31.71%
B = 38.62%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#494E5F (or 0x494E5F) is known color: East Bay. HEX triplet: 49, 4E and 5F. RGB value is (73,78,95). Sum of RGB (Red+Green+Blue) = 73+78+95=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #494E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E5F is #B6B1A0. Grayscale: #4E4E4E. Windows color (decimal): -11973025 or 6245961. OLE color: 6245961.

HSL color Cylindrical-coordinate representation of color #494E5F: hue angle of 226.36º 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 #494E5F is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 78 95 -
CMYK 0.23 0.18 0 0.63
HSL 226.36º 0.13% 0.33% -
HSV(B) 226.36º 0.23% 0.37% -
XYZ 7.54 7.69 11.91 -
YUV 78.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 73 78 95 0.23 0.18 0 0.63 226.36 0.13 0.33
Hex 49 4E 5F 17 12 0 3F E2 D 21
Octal 111 116 137 27 22 0 77 342 15 41
Binary 1001001 1001110 1011111 10111 10010 0 111111 11100010 1101 100001

Color Harmonies of #494E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E5F

Black with #494E5F

Text Example


Text Example

White with #494E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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