Html Css Color HEX #49525B San Juan

📋 copy color: '#49525B'

red 73 ◦ green 82 ◦ blue 91

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

Shades of San Juan #49525B

Tints of San Juan #49525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.33%

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

R = 29.67%
G = 33.33%
B = 36.99%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49525B (or 0x49525B) is known color: San Juan. HEX triplet: 49, 52 and 5B. RGB value is (73,82,91). Sum of RGB (Red+Green+Blue) = 73+82+91=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #49525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49525B is #B6ADA4. Grayscale: #505050. Windows color (decimal): -11972005 or 5984841. OLE color: 5984841.

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

Color convert

RGB 73 82 91 -
CMYK 0.20 0.10 0 0.64
HSL 210º 0.11% 0.32% -
HSV(B) 210º 0.2% 0.36% -
XYZ 7.65 8.21 11.08 -
YUV 80.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 73 82 91 0.20 0.10 0 0.64 210 0.11 0.32
Hex 49 52 5B 14 A 0 40 D2 B 20
Octal 111 122 133 24 12 0 100 322 13 40
Binary 1001001 1010010 1011011 10100 1010 0 1000000 11010010 1011 100000

Color Harmonies of #49525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49525B

Black with #49525B

Text Example


Text Example

White with #49525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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