Html Css Color HEX #49545E San Juan

📋 copy color: '#49545E'

red 73 ◦ green 84 ◦ blue 94

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

Shades of San Juan #49545E

Tints of San Juan #49545E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.47%

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

R = 29.08%
G = 33.47%
B = 37.45%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49545E (or 0x49545E) is known color: San Juan. HEX triplet: 49, 54 and 5E. RGB value is (73,84,94). Sum of RGB (Red+Green+Blue) = 73+84+94=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #49545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49545E is #B6ABA1. Grayscale: #515151. Windows color (decimal): -11971490 or 6181961. OLE color: 6181961.

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

Color convert

RGB 73 84 94 -
CMYK 0.22 0.11 0 0.63
HSL 208.57º 0.13% 0.33% -
HSV(B) 208.57º 0.22% 0.37% -
XYZ 7.94 8.57 11.82 -
YUV 81.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 73 84 94 0.22 0.11 0 0.63 208.57 0.13 0.33
Hex 49 54 5E 16 B 0 3F D1 D 21
Octal 111 124 136 26 13 0 77 321 15 41
Binary 1001001 1010100 1011110 10110 1011 0 111111 11010001 1101 100001

Color Harmonies of #49545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49545E

Black with #49545E

Text Example


Text Example

White with #49545E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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