#495469

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

Shades of East Bay #495469

Tints of East Bay #495469

Color information

#495469 (or 0x495469) is unknown color: approx East Bay. HEX triplet: 49, 54 and 69. RGB value is (73,84,105). Sum of RGB (Red+Green+Blue) = 73+84+105=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #495469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495469 is #B6AB96. Grayscale: #535353. Windows color (decimal): -11971479 or 6902857. OLE color: 6902857.

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

Color convert

RGB7384105-
CMYK0.300.2000.59
HSL219.38º17.98%34.9%-
HSV(B)219.38º30.48%41.18%-
XYZ8.478.7814.61-
YUV83.1140.36120.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=27.86%
G=32.06%
B=40.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73841050.300.2000.59219.3817.9834.9
Hex4954691E1403Bdb1223
Octal11112415136240733332243
Binary100100110101001101001111101010001110111101101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495469; }

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

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

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

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

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

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

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

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