#494F6E

Color #494F6E East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #494F6E

Tints of East Bay #494F6E

Color information

#494F6E (or 0x494F6E) is unknown color: approx East Bay. HEX triplet: 49, 4F and 6E. RGB value is (73,79,110). Sum of RGB (Red+Green+Blue) = 73+79+110=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #494F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F6E is #B6B091. Grayscale: #505050. Windows color (decimal): -11972754 or 7229257. OLE color: 7229257.

HSL color Cylindrical-coordinate representation of color #494F6E: hue angle of 230.27º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494F6E is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7379110-
CMYK0.340.2800.57
HSL230.27º20.22%35.88%-
HSV(B)230.27º33.64%43.14%-
XYZ8.368.1315.88-
YUV80.74144.51122.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=27.86%
G=30.15%
B=41.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73791100.340.2800.57230.2720.2235.88
Hex494F6E221C039e61424
Octal11111715642340713462444
Binary1001001100111111011101000101110001110011110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,79,110); }

 H1.HeaderClassName
 {
   color: #494F6E;
 }
 .AnyTagClassName
 {
   color: #494F6E;
 }
</style>
background-color css

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

 a { background-color: rgb(73,79,110); }

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

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

 span { border-color: rgb(73,79,110); }

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