#495668

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

Shades of East Bay #495668

Tints of East Bay #495668

Color information

#495668 (or 0x495668) is unknown color: approx East Bay. HEX triplet: 49, 56 and 68. RGB value is (73,86,104). Sum of RGB (Red+Green+Blue) = 73+86+104=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #495668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495668 is #B6A997. Grayscale: #545454. Windows color (decimal): -11970968 or 6837833. OLE color: 6837833.

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

Color convert

RGB7386104-
CMYK0.300.1700.59
HSL214.84º17.51%34.71%-
HSV(B)214.84º29.81%40.78%-
XYZ8.579.0714.4-
YUV84.16139.19120.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=27.76%
G=32.70%
B=39.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73861040.300.1700.59214.8417.5134.71
Hex4956681E1103Bd71223
Octal11112615036210733272243
Binary100100110101101101000111101000101110111101011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495668; }

 p { color: rgb(73,86,104); }

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

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

 a { background-color: rgb(73,86,104); }

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

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

 span { border-color: rgb(73,86,104); }

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