#49555C

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

Shades of San Juan #49555C

Tints of San Juan #49555C

Color information

#49555C (or 0x49555C) is unknown color: approx San Juan. HEX triplet: 49, 55 and 5C. RGB value is (73,85,92). Sum of RGB (Red+Green+Blue) = 73+85+92=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: blue. Hex color #49555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555C is #B6AAA3. Grayscale: #525252. Windows color (decimal): -11971236 or 6051145. OLE color: 6051145.

HSL color Cylindrical-coordinate representation of color #49555C: hue angle of 202.11º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #49555C is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738592-
CMYK0.210.0800.64
HSL202.11º11.52%32.35%-
HSV(B)202.11º20.65%36.08%-
XYZ7.938.6911.38-
YUV82.21133.52121.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=29.2%
G=34%
B=36.8%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7385920.210.0800.64202.1111.5232.35
Hex49555C158040cac20
Octal111125134251001003121440
Binary10010011010101101110010101100001000000110010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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