#495768

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

Shades of East Bay #495768

Tints of East Bay #495768

Color information

#495768 (or 0x495768) is unknown color: approx East Bay. HEX triplet: 49, 57 and 68. RGB value is (73,87,104). Sum of RGB (Red+Green+Blue) = 73+87+104=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #495768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495768 is #B6A897. Grayscale: #545454. Windows color (decimal): -11970712 or 6838089. OLE color: 6838089.

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

Color convert

RGB7387104-
CMYK0.300.1600.59
HSL212.9º17.51%34.71%-
HSV(B)212.9º29.81%40.78%-
XYZ8.659.2314.42-
YUV84.75138.86119.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=27.65%
G=32.95%
B=39.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73871040.300.1600.59212.917.5134.71
Hex4957681E1003Bd51223
Octal11112715036200733252243
Binary100100110101111101000111101000001110111101010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495768; }

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

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

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

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

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

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

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

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