#495564

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

Shades of East Bay #495564

Tints of East Bay #495564

Color information

#495564 (or 0x495564) is unknown color: approx East Bay. HEX triplet: 49, 55 and 64. RGB value is (73,85,100). Sum of RGB (Red+Green+Blue) = 73+85+100=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 100 - color contains mainly: blue. Hex color #495564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495564 is #B6AA9B. Grayscale: #535353. Windows color (decimal): -11971228 or 6575433. OLE color: 6575433.

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

Color convert

RGB7385100-
CMYK0.270.1500.61
HSL213.33º15.61%33.92%-
HSV(B)213.33º27%39.22%-
XYZ8.38.8313.32-
YUV83.12137.52120.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=28.29%
G=32.95%
B=38.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73851000.270.1500.61213.3315.6133.92
Hex4955641BF03Dd51022
Octal11112514433170753252042
Binary10010011010101110010011011111101111011101010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495564; }

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

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

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

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

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

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

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

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