Html Css Color HEX #49525A San Juan

📋 copy color: '#49525A'

red 73 ◦ green 82 ◦ blue 90

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

Shades of San Juan #49525A

Tints of San Juan #49525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 29.8%
G = 33.47%
B = 36.73%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49525A (or 0x49525A) is known color: San Juan. HEX triplet: 49, 52 and 5A. RGB value is (73,82,90). Sum of RGB (Red+Green+Blue) = 73+82+90=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #49525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49525A is #B6ADA5. Grayscale: #505050. Windows color (decimal): -11972006 or 5919305. OLE color: 5919305.

HSL color Cylindrical-coordinate representation of color #49525A: hue angle of 208.24º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #49525A is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 82 90 -
CMYK 0.19 0.09 0 0.65
HSL 208.24º 0.1% 0.32% -
HSV(B) 208.24º 0.19% 0.35% -
XYZ 7.61 8.19 10.85 -
YUV 80.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 73 82 90 0.19 0.09 0 0.65 208.24 0.1 0.32
Hex 49 52 5A 13 9 0 41 D0 A 20
Octal 111 122 132 23 11 0 101 320 12 40
Binary 1001001 1010010 1011010 10011 1001 0 1000001 11010000 1010 100000

Color Harmonies of #49525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49525A

Black with #49525A

Text Example


Text Example

White with #49525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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