#49526B

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

Shades of East Bay #49526B

Tints of East Bay #49526B

Color information

#49526B (or 0x49526B) is unknown color: approx East Bay. HEX triplet: 49, 52 and 6B. RGB value is (73,82,107). Sum of RGB (Red+Green+Blue) = 73+82+107=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #49526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49526B is #B6AD94. Grayscale: #525252. Windows color (decimal): -11971989 or 7033417. OLE color: 7033417.

HSL color Cylindrical-coordinate representation of color #49526B: hue angle of 224.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49526B is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7382107-
CMYK0.320.2300.58
HSL224.12º18.89%35.29%-
HSV(B)224.12º31.78%41.96%-
XYZ8.428.5115.11-
YUV82.16142.02121.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=27.86%
G=31.30%
B=40.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73821070.320.2300.58224.1218.8935.29
Hex49526B201703Ae01323
Octal11112215340270723402343
Binary1001001101001011010111000001011101110101110000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49526B; }

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

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

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

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

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

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

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

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