#49525A

Color #49525A San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #49525A

Tints of San Juan #49525A

Color information

#49525A (or 0x49525A) is unknown color: approx 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

RGB738290-
CMYK0.190.0900.65
HSL208.24º10.43%31.96%-
HSV(B)208.24º18.89%35.29%-
XYZ7.618.1910.85-
YUV80.22133.52122.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=29.80%
G=33.47%
B=36.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7382900.190.0900.65208.2410.4331.96
Hex49525A139041d0a20
Octal111122132231101013201240
Binary10010011010010101101010011100101000001110100001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>