#49506E

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

Shades of East Bay #49506E

Tints of East Bay #49506E

Color information

#49506E (or 0x49506E) is unknown color: approx East Bay. HEX triplet: 49, 50 and 6E. RGB value is (73,80,110). Sum of RGB (Red+Green+Blue) = 73+80+110=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #49506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49506E is #B6AF91. Grayscale: #515151. Windows color (decimal): -11972498 or 7229513. OLE color: 7229513.

HSL color Cylindrical-coordinate representation of color #49506E: hue angle of 228.65º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49506E is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7380110-
CMYK0.340.2700.57
HSL228.65º20.22%35.88%-
HSV(B)228.65º33.64%43.14%-
XYZ8.438.2815.91-
YUV81.33144.18122.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=27.76%
G=30.42%
B=41.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73801100.340.2700.57228.6520.2235.88
Hex49506E221B039e51424
Octal11112015642330713452444
Binary1001001101000011011101000101101101110011110010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49506E; }

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

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

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

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

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

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

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

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