#495072

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

Shades of East Bay #495072

Tints of East Bay #495072

Color information

#495072 (or 0x495072) is unknown color: approx East Bay. HEX triplet: 49, 50 and 72. RGB value is (73,80,114). Sum of RGB (Red+Green+Blue) = 73+80+114=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #495072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495072 is #B6AF8D. Grayscale: #515151. Windows color (decimal): -11972494 or 7491657. OLE color: 7491657.

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

Color convert

RGB7380114-
CMYK0.360.3000.55
HSL229.76º21.93%36.67%-
HSV(B)229.76º35.96%44.71%-
XYZ8.658.3717.08-
YUV81.78146.18121.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=27.34%
G=29.96%
B=42.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73801140.360.3000.55229.7621.9336.67
Hex495072241E037e61625
Octal11112016244360673462645
Binary1001001101000011100101001001111001101111110011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495072; }

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

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

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

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

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

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

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

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