Html Css Color HEX #49545D San Juan

📋 copy color: '#49545D'

red 73 ◦ green 84 ◦ blue 93

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

Shades of San Juan #49545D

Tints of San Juan #49545D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 29.2%
G = 33.6%
B = 37.2%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49545D (or 0x49545D) is known color: San Juan. HEX triplet: 49, 54 and 5D. RGB value is (73,84,93). Sum of RGB (Red+Green+Blue) = 73+84+93=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #49545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49545D is #B6ABA2. Grayscale: #515151. Windows color (decimal): -11971491 or 6116425. OLE color: 6116425.

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

Color convert

RGB 73 84 93 -
CMYK 0.22 0.10 0 0.64
HSL 207º 0.12% 0.33% -
HSV(B) 207º 0.22% 0.36% -
XYZ 7.89 8.55 11.59 -
YUV 81.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 73 84 93 0.22 0.10 0 0.64 207 0.12 0.33
Hex 49 54 5D 16 A 0 40 CF C 21
Octal 111 124 135 26 12 0 100 317 14 41
Binary 1001001 1010100 1011101 10110 1010 0 1000000 11001111 1100 100001

Color Harmonies of #49545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49545D

Black with #49545D

Text Example


Text Example

White with #49545D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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