#49535B

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

Shades of San Juan #49535B

Tints of San Juan #49535B

Color information

#49535B (or 0x49535B) is unknown color: approx San Juan. HEX triplet: 49, 53 and 5B. RGB value is (73,83,91). Sum of RGB (Red+Green+Blue) = 73+83+91=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #49535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535B is #B6ACA4. Grayscale: #505050. Windows color (decimal): -11971749 or 5985097. OLE color: 5985097.

HSL color Cylindrical-coordinate representation of color #49535B: hue angle of 206.67º 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 #49535B is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738391-
CMYK0.200.0900.64
HSL206.67º10.98%32.16%-
HSV(B)206.67º19.78%35.69%-
XYZ7.738.3611.1-
YUV80.92133.69122.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=29.55%
G=33.60%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7383910.200.0900.64206.6710.9832.16
Hex49535B149040cfb20
Octal111123133241101003171340
Binary10010011010011101101110100100101000000110011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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