Html Css Color HEX #49545B San Juan

📋 copy color: '#49545B'

red 73 ◦ green 84 ◦ blue 91

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

Shades of San Juan #49545B

Tints of San Juan #49545B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 29.44%
G = 33.87%
B = 36.69%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49545B (or 0x49545B) is known color: San Juan. HEX triplet: 49, 54 and 5B. RGB value is (73,84,91). Sum of RGB (Red+Green+Blue) = 73+84+91=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: blue. Hex color #49545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49545B is #B6ABA4. Grayscale: #515151. Windows color (decimal): -11971493 or 5985353. OLE color: 5985353.

HSL color Cylindrical-coordinate representation of color #49545B: hue angle of 203.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49545B is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 84 91 -
CMYK 0.20 0.08 0 0.64
HSL 203.33º 0.11% 0.32% -
HSV(B) 203.33º 0.2% 0.36% -
XYZ 7.81 8.51 11.13 -
YUV 81.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 73 84 91 0.20 0.08 0 0.64 203.33 0.11 0.32
Hex 49 54 5B 14 8 0 40 CB B 20
Octal 111 124 133 24 10 0 100 313 13 40
Binary 1001001 1010100 1011011 10100 1000 0 1000000 11001011 1011 100000

Color Harmonies of #49545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49545B

Black with #49545B

Text Example


Text Example

White with #49545B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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