#47525A

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

Shades of San Juan #47525A

Tints of San Juan #47525A

Color information

#47525A (or 0x47525A) is unknown color: approx San Juan. HEX triplet: 47, 52 and 5A. RGB value is (71,82,90). Sum of RGB (Red+Green+Blue) = 71+82+90=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #47525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47525A is #B8ADA5. Grayscale: #4F4F4F. Windows color (decimal): -12103078 or 5919303. OLE color: 5919303.

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

Color convert

RGB718290-
CMYK0.210.0900.65
HSL205.26º11.8%31.57%-
HSV(B)205.26º21.11%35.29%-
XYZ7.468.1110.85-
YUV79.62133.86121.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=29.22%
G=33.74%
B=37.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7182900.210.0900.65205.2611.831.57
Hex47525A159041cdc20
Octal107122132251101013151440
Binary10001111010010101101010101100101000001110011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47525A;
 }
 .AnyTagClassName
 {
   color: #47525A;
 }
</style>
background-color css

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

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

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

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

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

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