#495269

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

Shades of East Bay #495269

Tints of East Bay #495269

Color information

#495269 (or 0x495269) is unknown color: approx East Bay. HEX triplet: 49, 52 and 69. RGB value is (73,82,105). Sum of RGB (Red+Green+Blue) = 73+82+105=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: blue. Hex color #495269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495269 is #B6AD96. Grayscale: #515151. Windows color (decimal): -11971991 or 6902345. OLE color: 6902345.

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

Color convert

RGB7382105-
CMYK0.300.2200.59
HSL223.12º17.98%34.9%-
HSV(B)223.12º30.48%41.18%-
XYZ8.318.4714.56-
YUV81.93141.02121.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 105 (41.41% from 255) = 40.38%
R=28.08%
G=31.54%
B=40.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73821050.300.2200.59223.1217.9834.9
Hex4952691E1603Bdf1223
Octal11112215136260733372243
Binary100100110100101101001111101011001110111101111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495269; }

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

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

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

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

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

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

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

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