Html Css Color HEX #49535E San Juan

📋 copy color: '#49535E'

red 73 ◦ green 83 ◦ blue 94

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

Shades of San Juan #49535E

Tints of San Juan #49535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

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

R = 29.2%
G = 33.2%
B = 37.6%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49535E (or 0x49535E) is known color: San Juan. HEX triplet: 49, 53 and 5E. RGB value is (73,83,94). Sum of RGB (Red+Green+Blue) = 73+83+94=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #49535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535E is #B6ACA1. Grayscale: #515151. Windows color (decimal): -11971746 or 6181705. OLE color: 6181705.

HSL color Cylindrical-coordinate representation of color #49535E: hue angle of 211.43º 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 #49535E is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 83 94 -
CMYK 0.22 0.12 0 0.63
HSL 211.43º 0.13% 0.33% -
HSV(B) 211.43º 0.22% 0.37% -
XYZ 7.86 8.41 11.8 -
YUV 81.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 73 83 94 0.22 0.12 0 0.63 211.43 0.13 0.33
Hex 49 53 5E 16 C 0 3F D3 D 21
Octal 111 123 136 26 14 0 77 323 15 41
Binary 1001001 1010011 1011110 10110 1100 0 111111 11010011 1101 100001

Color Harmonies of #49535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49535E

Black with #49535E

Text Example


Text Example

White with #49535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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