Html Css Color HEX #49555E San Juan

📋 copy color: '#49555E'

red 73 ◦ green 85 ◦ blue 94

#49555E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Juan #49555E

Tints of San Juan #49555E

RGB

 RED value IS 73 (28.91% from 255) = 28.97%

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 28.97%
G = 33.73%
B = 37.3%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49555E (or 0x49555E) is known color: San Juan. HEX triplet: 49, 55 and 5E. RGB value is (73,85,94). Sum of RGB (Red+Green+Blue) = 73+85+94=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #49555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555E is #B6AAA1. Grayscale: #525252. Windows color (decimal): -11971234 or 6182217. OLE color: 6182217.

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

Color convert

RGB 73 85 94 -
CMYK 0.22 0.10 0 0.63
HSL 205.71º 0.13% 0.33% -
HSV(B) 205.71º 0.22% 0.37% -
XYZ 8.02 8.72 11.85 -
YUV 82.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 73 85 94 0.22 0.10 0 0.63 205.71 0.13 0.33
Hex 49 55 5E 16 A 0 3F CE D 21
Octal 111 125 136 26 12 0 77 316 15 41
Binary 1001001 1010101 1011110 10110 1010 0 111111 11001110 1101 100001

Color Harmonies of #49555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49555E

Black with #49555E

Text Example


Text Example

White with #49555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49555E;
 }
 .AnyTagClassName
 {
   color: #49555E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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