#495062

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

Shades of East Bay #495062

Tints of East Bay #495062

Color information

#495062 (or 0x495062) is unknown color: approx East Bay. HEX triplet: 49, 50 and 62. RGB value is (73,80,98). Sum of RGB (Red+Green+Blue) = 73+80+98=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #495062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495062 is #B6AF9D. Grayscale: #4F4F4F. Windows color (decimal): -11972510 or 6443081. OLE color: 6443081.

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

Color convert

RGB738098-
CMYK0.260.1800.62
HSL223.2º14.62%33.53%-
HSV(B)223.2º25.51%38.43%-
XYZ7.828.0412.69-
YUV79.96138.18123.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=29.08%
G=31.87%
B=39.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7380980.260.1800.62223.214.6233.53
Hex4950621A1203Edff22
Octal11112014232220763371742
Binary10010011010000110001011010100100111110110111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495062; }

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

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

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

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

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

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

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

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