#49545B

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

Shades of San Juan #49545B

Tints of San Juan #49545B

Color information

#49545B (or 0x49545B) is unknown color: approx San Juan. HEX triplet: 49, 54 and 5B. RGB value is (73,84,91). Sum of RGB (Red+Green+Blue) = 73+84+91=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: blue. Hex color #49545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49545B is #B6ABA4. Grayscale: #515151. Windows color (decimal): -11971493 or 5985353. OLE color: 5985353.

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

Color convert

RGB738491-
CMYK0.200.0800.64
HSL203.33º10.98%32.16%-
HSV(B)203.33º19.78%35.69%-
XYZ7.818.5111.13-
YUV81.51133.36121.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=29.44%
G=33.87%
B=36.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7384910.200.0800.64203.3310.9832.16
Hex49545B148040cbb20
Octal111124133241001003131340
Binary10010011010100101101110100100001000000110010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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