#495063

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

Shades of East Bay #495063

Tints of East Bay #495063

Color information

#495063 (or 0x495063) is unknown color: approx East Bay. HEX triplet: 49, 50 and 63. RGB value is (73,80,99). Sum of RGB (Red+Green+Blue) = 73+80+99=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #495063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495063 is #B6AF9C. Grayscale: #4F4F4F. Windows color (decimal): -11972509 or 6508617. OLE color: 6508617.

HSL color Cylindrical-coordinate representation of color #495063: hue angle of 223.85º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495063 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB738099-
CMYK0.260.1900.61
HSL223.85º15.12%33.73%-
HSV(B)223.85º26.26%38.82%-
XYZ7.878.0512.94-
YUV80.07138.68122.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=28.97%
G=31.75%
B=39.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7380990.260.1900.61223.8515.1233.73
Hex4950631A1303De0f22
Octal11112014332230753401742
Binary10010011010000110001111010100110111101111000001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495063; }

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

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

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

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

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

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

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

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