#47525C

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

Shades of San Juan #47525C

Tints of San Juan #47525C

Color information

#47525C (or 0x47525C) is unknown color: approx San Juan. HEX triplet: 47, 52 and 5C. RGB value is (71,82,92). Sum of RGB (Red+Green+Blue) = 71+82+92=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 92 - color contains mainly: blue. Hex color #47525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47525C is #B8ADA3. Grayscale: #4F4F4F. Windows color (decimal): -12103076 or 6050375. OLE color: 6050375.

HSL color Cylindrical-coordinate representation of color #47525C: hue angle of 208.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47525C is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB718292-
CMYK0.230.1100.64
HSL208.57º12.88%31.96%-
HSV(B)208.57º22.83%36.08%-
XYZ7.558.1511.3-
YUV79.85134.86121.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=28.98%
G=33.47%
B=37.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7182920.230.1100.64208.5712.8831.96
Hex47525C17B040d1d20
Octal107122134271301003211540
Binary10001111010010101110010111101101000000110100011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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