#495467

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

Shades of East Bay #495467

Tints of East Bay #495467

Color information

#495467 (or 0x495467) is unknown color: approx East Bay. HEX triplet: 49, 54 and 67. RGB value is (73,84,103). Sum of RGB (Red+Green+Blue) = 73+84+103=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #495467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495467 is #B6AB98. Grayscale: #525252. Windows color (decimal): -11971481 or 6771785. OLE color: 6771785.

HSL color Cylindrical-coordinate representation of color #495467: hue angle of 218º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #495467 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7384103-
CMYK0.290.1800.60
HSL218º17.05%34.51%-
HSV(B)218º29.13%40.39%-
XYZ8.378.7414.08-
YUV82.88139.36120.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=28.08%
G=32.31%
B=39.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73841030.290.1800.6021817.0534.51
Hex4954671D1203Cda1123
Octal11112414735220743322143
Binary100100110101001100111111011001001111001101101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495467; }

 p { color: rgb(73,84,103); }

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

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

 a { background-color: rgb(73,84,103); }

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

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

 span { border-color: rgb(73,84,103); }

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