Html Css Color HEX #494C5F East Bay

📋 copy color: '#494C5F'

red 73 ◦ green 76 ◦ blue 95

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

Shades of East Bay #494C5F

Tints of East Bay #494C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

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

R = 29.92%
G = 31.15%
B = 38.93%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#494C5F (or 0x494C5F) is known color: East Bay. HEX triplet: 49, 4C and 5F. RGB value is (73,76,95). Sum of RGB (Red+Green+Blue) = 73+76+95=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #494C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C5F is #B6B3A0. Grayscale: #4D4D4D. Windows color (decimal): -11973537 or 6245449. OLE color: 6245449.

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

Color convert

RGB 73 76 95 -
CMYK 0.23 0.20 0 0.63
HSL 231.82º 0.13% 0.33% -
HSV(B) 231.82º 0.23% 0.37% -
XYZ 7.4 7.41 11.87 -
YUV 77.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 73 76 95 0.23 0.20 0 0.63 231.82 0.13 0.33
Hex 49 4C 5F 17 14 0 3F E8 D 21
Octal 111 114 137 27 24 0 77 350 15 41
Binary 1001001 1001100 1011111 10111 10100 0 111111 11101000 1101 100001

Color Harmonies of #494C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C5F

Black with #494C5F

Text Example


Text Example

White with #494C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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