#494F69

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

Shades of East Bay #494F69

Tints of East Bay #494F69

Color information

#494F69 (or 0x494F69) is unknown color: approx East Bay. HEX triplet: 49, 4F and 69. RGB value is (73,79,105). Sum of RGB (Red+Green+Blue) = 73+79+105=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #494F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F69 is #B6B096. Grayscale: #505050. Windows color (decimal): -11972759 or 6901577. OLE color: 6901577.

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

Color convert

RGB7379105-
CMYK0.300.2500.59
HSL228.75º17.98%34.9%-
HSV(B)228.75º30.48%41.18%-
XYZ8.098.0314.49-
YUV80.17142.01122.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=28.40%
G=30.74%
B=40.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73791050.300.2500.59228.7517.9834.9
Hex494F691E1903Be51223
Octal11111715136310733452243
Binary100100110011111101001111101100101110111110010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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