#49555F

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

Shades of San Juan #49555F

Tints of San Juan #49555F

Color information

#49555F (or 0x49555F) is unknown color: approx San Juan. HEX triplet: 49, 55 and 5F. RGB value is (73,85,95). Sum of RGB (Red+Green+Blue) = 73+85+95=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #49555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555F is #B6AAA0. Grayscale: #525252. Windows color (decimal): -11971233 or 6247753. OLE color: 6247753.

HSL color Cylindrical-coordinate representation of color #49555F: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49555F is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB738595-
CMYK0.230.1100.63
HSL207.27º13.1%32.94%-
HSV(B)207.27º23.16%37.25%-
XYZ8.068.7412.09-
YUV82.55135.02121.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=28.85%
G=33.60%
B=37.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7385950.230.1100.63207.2713.132.94
Hex49555F17B03Fcfd21
Octal11112513727130773171541
Binary1001001101010110111111011110110111111110011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49555F; }

 p { color: rgb(73,85,95); }

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

<style>
 a { background-color: #49555F; }

 a { background-color: rgb(73,85,95); }

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

<style>
 span { border-color: #49555F; }

 span { border-color: rgb(73,85,95); }

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