#495472

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

Shades of East Bay #495472

Tints of East Bay #495472

Color information

#495472 (or 0x495472) is unknown color: approx East Bay. HEX triplet: 49, 54 and 72. RGB value is (73,84,114). Sum of RGB (Red+Green+Blue) = 73+84+114=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #495472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495472 is #B6AB8D. Grayscale: #545454. Windows color (decimal): -11971470 or 7492681. OLE color: 7492681.

HSL color Cylindrical-coordinate representation of color #495472: hue angle of 223.9º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495472 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7384114-
CMYK0.360.2600.55
HSL223.9º21.93%36.67%-
HSV(B)223.9º35.96%44.71%-
XYZ8.968.9717.18-
YUV84.13144.86120.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=26.94%
G=31.00%
B=42.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73841140.360.2600.55223.921.9336.67
Hex495472241A037e01625
Octal11112416244320673402645
Binary1001001101010011100101001001101001101111110000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495472; }

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

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

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

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

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

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

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

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