#49555D

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

Shades of San Juan #49555D

Tints of San Juan #49555D

Color information

#49555D (or 0x49555D) is unknown color: approx San Juan. HEX triplet: 49, 55 and 5D. RGB value is (73,85,93). Sum of RGB (Red+Green+Blue) = 73+85+93=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #49555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555D is #B6AAA2. Grayscale: #525252. Windows color (decimal): -11971235 or 6116681. OLE color: 6116681.

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

Color convert

RGB738593-
CMYK0.220.0900.64
HSL204º12.05%32.55%-
HSV(B)204º21.51%36.47%-
XYZ7.978.711.62-
YUV82.32134.02121.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=29.08%
G=33.86%
B=37.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7385930.220.0900.6420412.0532.55
Hex49555D169040ccc21
Octal111125135261101003141441
Binary10010011010101101110110110100101000000110011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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