#495568

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

Shades of East Bay #495568

Tints of East Bay #495568

Color information

#495568 (or 0x495568) is unknown color: approx East Bay. HEX triplet: 49, 55 and 68. RGB value is (73,85,104). Sum of RGB (Red+Green+Blue) = 73+85+104=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #495568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495568 is #B6AA97. Grayscale: #535353. Windows color (decimal): -11971224 or 6837577. OLE color: 6837577.

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

Color convert

RGB7385104-
CMYK0.300.1800.59
HSL216.77º17.51%34.71%-
HSV(B)216.77º29.81%40.78%-
XYZ8.498.9114.37-
YUV83.58139.52120.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=27.86%
G=32.44%
B=39.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73851040.300.1800.59216.7717.5134.71
Hex4955681E1203Bd91223
Octal11112515036220733312243
Binary100100110101011101000111101001001110111101100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495568; }

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

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

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

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

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

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

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

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