#495061

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

Shades of East Bay #495061

Tints of East Bay #495061

Color information

#495061 (or 0x495061) is unknown color: approx East Bay. HEX triplet: 49, 50 and 61. RGB value is (73,80,97). Sum of RGB (Red+Green+Blue) = 73+80+97=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #495061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495061 is #B6AF9E. Grayscale: #4F4F4F. Windows color (decimal): -11972511 or 6377545. OLE color: 6377545.

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

Color convert

RGB738097-
CMYK0.250.1800.62
HSL222.5º14.12%33.33%-
HSV(B)222.5º24.74%38.04%-
XYZ7.778.0212.45-
YUV79.84137.68123.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=29.2%
G=32%
B=38.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7380970.250.1800.62222.514.1233.33
Hex495061191203Edee21
Octal11112014131220763361641
Binary10010011010000110000111001100100111110110111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495061; }

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

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

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

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

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

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

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

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