#495060

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

Shades of East Bay #495060

Tints of East Bay #495060

Color information

#495060 (or 0x495060) is unknown color: approx East Bay. HEX triplet: 49, 50 and 60. RGB value is (73,80,96). Sum of RGB (Red+Green+Blue) = 73+80+96=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: blue. Hex color #495060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495060 is #B6AF9F. Grayscale: #4F4F4F. Windows color (decimal): -11972512 or 6312009. OLE color: 6312009.

HSL color Cylindrical-coordinate representation of color #495060: hue angle of 221.74º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495060 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB738096-
CMYK0.240.1700.62
HSL221.74º13.61%33.14%-
HSV(B)221.74º23.96%37.65%-
XYZ7.73812.2-
YUV79.73137.18123.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=29.32%
G=32.13%
B=38.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7380960.240.1700.62221.7413.6133.14
Hex495060181103Edee21
Octal11112014030210763361641
Binary10010011010000110000011000100010111110110111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495060; }

 p { color: rgb(73,80,96); }

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

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

 a { background-color: rgb(73,80,96); }

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

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

 span { border-color: rgb(73,80,96); }

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