#49525B

Color #49525B San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #49525B

Tints of San Juan #49525B

Color information

#49525B (or 0x49525B) is unknown color: approx San Juan. HEX triplet: 49, 52 and 5B. RGB value is (73,82,91). Sum of RGB (Red+Green+Blue) = 73+82+91=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #49525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49525B is #B6ADA4. Grayscale: #505050. Windows color (decimal): -11972005 or 5984841. OLE color: 5984841.

HSL color Cylindrical-coordinate representation of color #49525B: hue angle of 210º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49525B is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738291-
CMYK0.200.1000.64
HSL210º10.98%32.16%-
HSV(B)210º19.78%35.69%-
XYZ7.658.2111.08-
YUV80.33134.02122.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=29.67%
G=33.33%
B=36.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7382910.200.1000.6421010.9832.16
Hex49525B14A040d2b20
Octal111122133241201003221340
Binary10010011010010101101110100101001000000110100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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